.v2022 .head-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1260px;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.v2022 .head-box .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.v2022 .head-box .head .search {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f6f6f6;
  width: 191px;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px 0 20px;
}
.v2022 .head-box .head .search .input-box {
  width: 100%;
  height: auto;
  background: transparent;
}
.v2022 .head-box .head .search .input-box input {
  display: block;
  width: 100%;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
}
.v2022 .head-box .head .search .search-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  width: 28px;
}
.v2022 .head-box.hideHide {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.v2022 .head-box-placeholder {
  position: relative;
  height: 100px;
  width: 100%;
}
.v2022 .nnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nnav ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a464f;
  line-height: 100px;
  position: relative;
  margin-right: 35px;
  cursor: default;
}
.v2022 .nnav ul li:last-child {
  margin-right: 0;
}
.v2022 .nnav ul li::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #112b4a;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.v2022 .nnav ul li:hover {
  color: #3cc8ff;
}
.v2022 .nnav ul li.show::after {
  display: block;
}
.v2022 .nnav ul li.nochild::after {
  display: none;
}
.v2022 .nnav ul li.active > span {
  font-weight: bold;
}
.v2022 .nnav ul li .nav-child {
  display: none;
  width: 1050px;
  height: 380px;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 100%;
}
.v2022 .nnav ul li .nav-child .nav-child-list {
  --animate-duration: 0.6s;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div {
  display: block;
  width: 345px;
  height: 190px;
  background: #112b4a;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  padding: 45px 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a {
  padding: 0px;
  display: block;
  text-decoration: none;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  padding: 45px 30px;
  text-decoration: none;
  color: #fff;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(1) {
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(2) {
  left: 345px;
  top: 0;
  background: #0f5095;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(3) {
  height: 380px;
  left: 690px;
  top: 0;
  background: #1b4484;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(4) {
  background: #006eb6;
  width: 690px;
  left: 0px;
  top: 190px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .link {
  font-size: 15px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt b {
  color: #fff;
  line-height: 1.4;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt a {
  color: #fff;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div > b {
  display: block;
  color: #fff;
  margin-bottom: 18px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:first-child .tt {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:first-child .tt .iconfont {
  margin-left: 10px;
  margin-top: 0;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:first-child .tt a {
  font-size: 20px;
}
.v2022 .nnav ul li .nav-child.show {
  display: block;
}
.v2022 .nnav ul li.faguixuzhi .nav-child {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div:nth-child(1) {
  width: 570px;
}
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div:nth-child(2) {
  left: 0;
  top: 190px;
  width: 570px;
}
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  left: 570px;
  background: url('/assets/v2022/img/navBg2.png') center bottom no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.yanshishuju .nav-child {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.yanshishuju .nav-child .nav-child-list > div:nth-child(1) {
  width: 570px;
}
.v2022 .nnav ul li.yanshishuju .nav-child .nav-child-list > div:nth-child(2) {
  left: 0;
  top: 190px;
  width: 570px;
}
.v2022 .nnav ul li.yanshishuju .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  left: 570px;
  background: url('/assets/v2022/img/navBg2-1.png') center no-repeat;
  background-size: 100% auto;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child {
  width: 1150px;
  height: 400px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div {
  width: 300px;
  height: 200px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(1) {
  width: 450px;
  height: 400px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(2) {
  left: 450px;
  top: 0;
  background: #004f9a;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(3) {
  left: 750px;
  top: 0;
  background: #085ea5;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(4) {
  background: #024289;
  width: 600px;
  height: 200px;
  left: 450px;
  top: 200px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div a {
  color: #fff;
  text-decoration: none;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div a:hover {
  color: #3cc8ff;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child {
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-40%, 0);
      -ms-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div {
  height: 190px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(1) {
  width: 570px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(2) {
  width: 570px;
  height: 190px;
  left: 0;
  top: 190px;
  background: #0f5095;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  height: 190px;
  left: 570px;
  top: 0px;
  background: #006eb6;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(4) {
  width: 480px;
  height: 190px;
  left: 570px;
  top: 190px;
  background: url('/assets/v2022/img/navBg6.png') center bottom no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div a {
  color: #fff;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e3e935;
  margin-bottom: 16px;
  text-decoration: none;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list > div a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list > div a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .nnav ul li.shichangdongcha .nav-child {
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div {
  height: 380px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(1) {
  width: 572px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) {
  width: 480px;
  height: 190px;
  left: 571px;
  top: 0;
  background: url('/assets/v2022/img/navBg4.png') center no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) .tt > b {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) p {
  font-size: 12px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  height: 190px;
  left: 571px;
  top: 190px;
  background: url('/assets/v2022/img/navBg5.png') center no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(3) .tt > b {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div a {
  color: #fff;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e3e935;
  margin-bottom: 16px;
  text-decoration: none;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list > div a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list > div a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child {
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div {
  height: 380px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(1) {
  width: 780px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(2) {
  width: 480px;
  height: 380px;
  left: 780px;
  top: 0;
  background: url('/assets/v2022/img/navBg3.png') center no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(2) .tt > b {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div a {
  color: #fff;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e3e935;
  margin-bottom: 16px;
  text-decoration: none;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .m-head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.v2022 .m-head .m-head-logo-box {
  padding: 20px;
}
.v2022 .m-head .m-logo {
  width: 100px;
  vertical-align: middle;
}
.v2022 .m-head .m-logo-white {
  width: 100px;
  vertical-align: middle;
  display: none;
}
.v2022 .m-head .m-handles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v2022 .m-head .m-nav-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}
.v2022 .m-head .m-nav-btn.active {
  background: #112b4a;
}
.v2022 .m-head .m-nav-btn.active .open_nav {
  display: none;
}
.v2022 .m-head .m-nav-btn.active .close_nav {
  display: block;
}
.v2022 .m-head .m-search-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #dcdcdc;
}
.v2022 .m-head .m-search-btn.active .open_search {
  display: none;
}
.v2022 .m-head .m-search-btn.active .close_search {
  display: block;
}
.v2022 .m-head .m-nav-btn img,
.v2022 .m-head .m-search-btn img {
  width: 16px;
}
.v2022 .m-head .close_search,
.v2022 .m-head .close_nav {
  display: none;
}
.v2022 .m-head .m-search-box {
  position: absolute;
  height: 46px;
  width: 100%;
  left: 0;
  top: 67px;
  padding: 0;
  display: none;
  border-top: 1px #f2f2f2 solid;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}
.v2022 .m-head .m-search-box form {
  width: 100%;
  height: 100%;
}
.v2022 .m-head .m-search-box input {
  width: 100%;
  padding: 13px 40px 13px 15px;
  font-size: 14px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
.v2022 .m-head .m-search-box .m-search-btn {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
  width: 24px;
  height: 23px;
  border: 0;
  outline: 0;
  background: transparent;
}
.v2022 .m-head .m-search-box .m-search-icon {
  width: 24px;
  height: 23px;
}
.v2022 .m-head.active {
  background: #112b4a;
  z-index: 400;
}
.v2022 .m-head.active .m-logo {
  display: none;
}
.v2022 .m-head.active .m-logo-white {
  display: block;
}
.v2022 .m-head.active .m-nav-btn {
  border-color: transparent;
}
.v2022 .m-head.active .m-search-btn {
  border-color: transparent;
}
.v2022 .mnav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 350;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  background: #112b4a;
  box-sizing: border-box;
  padding-top: 85px;
}
.v2022 .mnav .iconfont {
  font-weight: bold;
}
.v2022 .mnav ul {
  background: #112b4a;
}
.v2022 .mnav ul li .h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #fff;
  padding: 20px 15px;
}
.v2022 .mnav ul li .h1:active {
  background: #085ea5;
}
.v2022 .mnav ul li .h1 .iconfont {
  font-weight: bold;
}
.v2022 .mnav ul li .nav-child {
  display: none;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 15px;
  padding: 15px 15px 15px 20px;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt:active {
  background: #085ea5;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt a {
  color: #fff;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt .iconfont {
  color: #3cc8ff;
  margin-left: 5px;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt:active {
  background: #085ea5;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt .iconfont {
  color: #fff;
  font-weight: bold;
}
.v2022 .mnav ul li .nav-child .group-list .group .color-yellow {
  color: #e3e935;
}
.v2022 .mnav ul li .nav-child .group-list .group .a-list {
  display: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .a-list a {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  padding: 6px 15px 6px 30px;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .a-list a:active {
  background: #085ea5;
}
.v2022 .mnav ul li .nav-child .group-list .group.active .iconfont {
  color: #3cc8ff;
}
.v2022 .mnav ul li .nav-child .group-list .group.active .a-list {
  display: block;
}
.v2022 .mnav ul li.active {
  background: #112b4a;
}
.v2022 .mnav ul li.active .nav-child {
  display: block;
}
.v2022 .mnav ul li.active .iconfont {
  color: #3cc8ff;
}
@media screen and (max-width: 500px) {
  .v2022 .m-head-placeholder {
    height: 66px;
  }
  .v2022 .head-box {
    display: none;
  }
  .v2022 .head-box-placeholder {
    display: none;
  }
  .v2022 .m-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .v2022 .m-head a:active {
    background-color: transparent;
  }
}
.v2022 .nfooter-box .links {
  padding: 60px 0 40px;
  background: #f2f6f8;
}
.v2022 .nfooter-box .links .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nfooter-box .links .link-group {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nfooter-box .links .link-group .link-group-title {
  font-size: 20px;
  font-weight: 400;
  color: #5a6874;
  line-height: 32px;
  margin-bottom: 20px;
  display: block;
}
.v2022 .nfooter-box .links .link-group a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b48;
  line-height: 32px;
  margin-bottom: 18px;
}
.v2022 .nfooter-box .links .link-group a:active {
  color: #112b48;
}
.v2022 .nfooter-box .links .link-group a:hover {
  color: #3cc8ff;
  text-decoration: underline;
}
.v2022 .nfooter-box .infos {
  background: #3a464f;
  padding: 60px 0;
}
.v2022 .nfooter-box .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .nfooter-box .content .f-con {
  padding: 0;
  width: auto;
}
.v2022 .nfooter-box .content .f-con .bgtitle {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
.v2022 .nfooter-box .content .f-con .txt {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 30px;
}
.v2022 .nfooter-box .content .f-con .address {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nfooter-box .content .code {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
}
.v2022 .nfooter-box .content .code img {
  display: block;
  width: 150px;
  min-height: 150px;
  margin-bottom: 18px;
}
.v2022 .nfooter-box .content .code p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.v2022 .nfooter-box .copy {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
.v2022 .nfooter-box .copy .copy-link {
  margin-left: 24px;
}
.v2022 .nfooter-box .copy .copy-link a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3cc8ff;
  line-height: 24px;
}
.v2022 .nfooter-box .recomment {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.v2022 .nfooter-box .recomment .hot-key {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
  margin-right: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nfooter-box .recomment .hot-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.v2022 .nfooter-box .recomment .hot-value {
  display: inline-block;
  margin-right: 22px;
  height: 24px;
  overflow: hidden;
  word-break: keep-all;
}
.v2022 .nfooter-box .recomment .hot-value a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
  font-size: 12px;
}
.v2022 .nfooter-box .recomment .hot-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-more {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-more:hover {
  color: #546570;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-less {
  display: none;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
  text-decoration: none;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-less:hover {
  color: #546570;
}
.v2022 .nfooter-box .recomment.showMore .hot-value {
  height: auto;
}
.v2022 .nfooter-box .recomment.showMore .hot-more {
  display: none;
}
.v2022 .nfooter-box .recomment.showMore .hot-less {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .nfooter-box .links {
    padding: 20px 0 40px;
  }
  .v2022 .nfooter-box .links .link-list {
    display: block;
  }
  .v2022 .nfooter-box .links .link-group {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-bottom: 1px solid #A4B7C7;
  }
  .v2022 .nfooter-box .links .link-group .link-group-title {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .v2022 .nfooter-box .links .link-group .link-group-title::after {
    display: block;
    content: '';
    width: 13px;
    height: 10px;
    background: url('/assets/v2022/img/arrow_up1.png') center no-repeat;
    background-size: 100% auto;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .v2022 .nfooter-box .links .link-group .link-group-title.opt0 {
    opacity: 1;
  }
  .v2022 .nfooter-box .links .link-group a {
    display: none;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .v2022 .nfooter-box .links .link-group a:active {
    color: #112b48;
  }
  .v2022 .nfooter-box .links .link-group a:hover {
    color: #3cc8ff;
    text-decoration: underline;
  }
  .v2022 .nfooter-box .links .link-group.active {
    padding-bottom: 20px;
  }
  .v2022 .nfooter-box .links .link-group.active .link-group-title::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .v2022 .nfooter-box .links .link-group.active a {
    display: block;
  }
  .v2022 .nfooter-box .infos {
    padding: 40px 0;
  }
  .v2022 .nfooter-box .infos .content {
    display: block;
  }
  .v2022 .nfooter-box .infos .content .f-con .txt {
    margin-bottom: 15px;
  }
  .v2022 .nfooter-box .infos .content .f-con .bgtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .v2022 .nfooter-box .infos .content .code {
    text-align: center;
    margin-left: 0;
  }
  .v2022 .nfooter-box .infos .content .code img {
    margin: 0 auto 10px;
    position: relative;
  }
  .v2022 .nfooter-box .infos .copy {
    display: block;
    text-align: left;
    margin: 10px 0 20px;
  }
  .v2022 .nfooter-box .infos .copy-link {
    display: block;
    margin-left: 0;
  }
  .v2022 .nfooter-box .recomment {
    border: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .v2022 .nfooter-box .recomment .hot-key {
    display: block;
  }
}
.v2022 {
  /** 面包屑 **/
}
.v2022 .crumb {
  padding: 13px 0;
  font-size: 0;
}
.v2022 .crumb a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
}
.v2022 .crumb a:last-child {
  color: #5a6874;
  text-decoration: none;
}
.v2022 .crumb span {
  padding: 0 3px;
  font-family: 'iconfont' !important;
  font-size: 0px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.v2022 .crumb span:before {
  content: '\e6b9';
  font-size: 12px;
}
.v2022 .crumb h2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  display: inline-block;
  color: #5a6874;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .v2022 .crumb {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.v2022 .px-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .px-list .px-item {
  display: block;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
}
.v2022 .px-list .px-item .img-box {
  position: relative;
}
.v2022 .px-list .px-item .img-box .play {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .px-list .px-item .img-box .play:hover {
  background: #0195e7;
}
.v2022 .px-list .px-item .img-box .play .iconfont {
  font-size: 24px;
  color: #fff;
}
.v2022 .px-list .px-item img {
  display: block;
  width: 100%;
  height: 235px;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: center;
}
.v2022 .px-list .px-item .tt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 32px;
}
.v2022 .px-list .px-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .px-list.row-2 .px-item {
  width: calc(50% - 15px);
}
.v2022 .px-list.row-2 .px-item-place {
  width: calc(50% - 15px);
}
.v2022 .px-list.row-3 .px-item {
  width: calc(33.3% - 20px);
}
.v2022 .px-list.row-3 .px-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .px-list.row-4 .px-item {
  width: calc(25% - 22px);
  margin-right: 26px;
}
.v2022 .px-list.row-4 .px-item:nth-child(4n) {
  margin-right: 0;
}
.v2022 .px-list.row-4 .px-item:last-child {
  margin-right: 0;
}
.v2022 .px-list.row-4 .px-item-place {
  width: calc(25% - 22px);
}
.v2022 .px-list.row-5 {
  margin-bottom: 20px;
}
.v2022 .px-list.row-5 .px-item {
  width: calc(20% - 22px);
  margin-right: 26px;
}
.v2022 .px-list.row-5 .px-item img {
  height: 168px;
}
.v2022 .px-list.row-5 .px-item:nth-child(5n) {
  margin-right: 0;
}
.v2022 .px-list.row-5 .px-item:last-child {
  margin-right: 0;
}
.v2022 .px-list.row-5 .px-item-place {
  width: calc(20% - 22px);
}
@media screen and (max-width: 500px) {
  .v2022 .px-list {
    margin-bottom: -10px;
  }
  .v2022 .px-list .px-item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .v2022 .px-list .px-item .tt {
    font-size: 14px;
    line-height: 1.5;
  }
  .v2022 .px-list .px-item img {
    height: 120px;
  }
  .v2022 .px-list .px-item .img-box .play {
    width: 50px;
    height: 50px;
  }
  .v2022 .px-list .px-item .img-box .play .iconfont {
    font-size: 20px;
  }
  .v2022 .px-list.row-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .v2022 .px-list.row-4 .px-item {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .v2022 .px-list.row-3 .px-item {
    width: 100%;
  }
  .v2022 .px-list.row-3 .px-item img {
    height: 194px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .v2022 .px-list.row-5 {
    display: block;
    margin-bottom: 20px;
  }
  .v2022 .px-list.row-5 .px-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .v2022 .px-list.row-5 .px-item .img-box {
    width: 140px;
    height: 106px;
    margin-right: 10px;
  }
  .v2022 .px-list.row-5 .px-item .img-box img {
    height: 100%;
    margin-bottom: 0;
  }
  .v2022 .px-list.row-5 .px-item .tt {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006EB6;
  }
}
.v2022 .card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
}
.v2022 .card-list .card-item {
  width: calc(33.3% - 20px);
  padding: 30px 20px;
  background: #112b4a;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.v2022 .card-list .card-item .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .card-list .card-item .tt::after {
  display: none !important;
}
.v2022 .card-list .card-item .tt .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #3cc8ff;
}
.v2022 .card-list .card-item .dd {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.v2022 .card-list .card-item:hover {
  text-decoration: none;
}
.v2022 .card-list.row-3 .card-item {
  width: calc(33.3% - 20px);
}
.v2022 .card-list.row-2 .card-item {
  width: calc(50% - 15px);
}
.v2022 .card-list.row-4 .card-item {
  width: calc(25% - 22px);
}
.v2022 .card-list.no-arrow .card-item .tt .iconfont {
  display: none;
}
@media screen and (max-width: 500px) {
  .v2022 .card-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .v2022 .card-list .card-item.card-item.card-item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v2022 .card-list .card-item.card-item.card-item:last-child {
    margin-bottom: 0;
  }
  .v2022 .card-list .card-item.card-item.card-item .tt {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 20px;
    line-height: 20px;
  }
  .v2022 .card-list .card-item.card-item.card-item .tt .iconfont {
    font-size: 14px;
    line-height: 20px;
  }
  .v2022 .card-list .card-item.card-item.card-item .dd {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .banner-box .content .banner-text .t-22,
.v2022 .banner-box .content .banner-text .t-2 {
  font-size: 40px;
  color: #fff;
}
.v2022 .banner-box .content .banner-text .banner-title {
  font-size: 40px;
  line-height: 76px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
.v2022 .banner-box .content .banner-text .banner-sub-title {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.v2022 .bb-banner {
  max-width: 1260px;
  margin: 0 auto;
}
.v2022 .bb-banner .banner-box-m {
  display: none;
}
.v2022 .bb-banner .swiper-container-banner-m {
  display: none;
}
@media screen and (max-width: 500px) {
  .v2022 .bb-banner .banner-pc,
  .v2022 .bb-banner .banner-box-pc {
    display: none;
  }
  .v2022 .bb-banner .banner-box-m {
    display: block;
  }
  .v2022 .bb-banner .banner-box-m .content .banner-text .t-22,
  .v2022 .bb-banner .banner-box-m .content .banner-text .t-2 {
    font-size: 25px;
    color: #fff;
  }
  .v2022 .bb-banner .banner-box-m .content .banner-text .banner-title {
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .v2022 .bb-banner .banner-box-m .content .banner-text .banner-sub-title {
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
  }
  .v2022 .bb-banner .swiper-container-banner-m {
    display: block;
  }
}
.textEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.v2022 .bottom-subscribe .content {
  width: 100%;
  height: 198px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  padding: 0 80px;
  background: url('/assets/v2022/img/bottomBg/subscribeBg.png') center no-repeat;
  background-size: cover;
  background-color: #1f3374;
  border-radius: 4px;
}
.v2022 .bottom-subscribe .content.agriculturalProducts {
  background-image: url('/assets/v2022/img/bottomBg/agriculturalProductsBg.png');
}
.v2022 .bottom-subscribe .content.energy {
  background-image: url('/assets/v2022/img/bottomBg/energyBg.png');
}
.v2022 .bottom-subscribe .content.foreignExchange {
  background-image: url('/assets/v2022/img/bottomBg/foreignExchangeBg.png');
}
.v2022 .bottom-subscribe .content.interestRate {
  background-image: url('/assets/v2022/img/bottomBg/interestRateBg.png');
}
.v2022 .bottom-subscribe .content.metal {
  background-image: url('/assets/v2022/img/bottomBg/metalBg.png');
}
.v2022 .bottom-subscribe .content.stockIndex {
  background-image: url('/assets/v2022/img/bottomBg/stockIndexBg.png');
}
.v2022 .bottom-subscribe .content.futures {
  background-image: url('/assets/v2022/img/bottomBg/futuresBg.png');
}
.v2022 .bottom-subscribe .content.point {
  background-image: url('/assets/v2022/img/bottomBg/pointBg.png');
}
.v2022 .bottom-subscribe .content p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  max-height: 96px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.v2022 .bottom-subscribe .content > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 144px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.v2022 .bottom-subscribe .content > a:hover {
  background: #3cc8ff;
  color: #112b4a;
  text-decoration: none;
}
.v2022 .bottom-subscribe .content .title {
  width: 895px;
  position: relative;
  left: -14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .bottom-subscribe .content .title h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .bottom-subscribe .content .title h2 a {
  all: inherit;
  cursor: pointer;
}
.v2022 .bottom-subscribe .content .title p {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 615px;
}
.v2022 .bottom-subscribe .content .title p::before {
  content: '';
  width: 1px;
  height: 60px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  background-color: #112b4a;
  margin-right: 30px;
}
.v2022 .bottom-subscribe.bg3 .content {
  background: url('/assets/v2022/img/bg3.png') center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe {
    margin-top: 20px;
    margin-bottom: 20px!important;
  }
  .v2022 .bottom-subscribe.mhide {
    display: none;
  }
  .v2022 .bottom-subscribe .content {
    display: block;
    background-size: cover;
    background-color: transparent;
    padding: 20px 10px 15px 15px;
    background-image: url('/assets/v2022/img/bottomBg/subscribeBgM.png');
    height: auto;
    min-height: 140px;
  }
  .v2022 .bottom-subscribe .content.agriculturalProducts {
    background-image: url('/assets/v2022/img/bottomBg/agriculturalProductsBgM.png');
  }
  .v2022 .bottom-subscribe .content.energy {
    background-image: url('/assets/v2022/img/bottomBg/energyBgM.png');
  }
  .v2022 .bottom-subscribe .content.foreignExchange {
    background-image: url('/assets/v2022/img/bottomBg/foreignExchangeBgM.png');
  }
  .v2022 .bottom-subscribe .content.interestRate {
    background-image: url('/assets/v2022/img/bottomBg/interestRateBgM.png');
  }
  .v2022 .bottom-subscribe .content.metal {
    background-image: url('/assets/v2022/img/bottomBg/metalBgM.png');
  }
  .v2022 .bottom-subscribe .content.stockIndex {
    background-image: url('/assets/v2022/img/bottomBg/stockIndexBgM.png');
  }
  .v2022 .bottom-subscribe .content.futures {
    background-image: url('/assets/v2022/img/bottomBg/futuresBgM.png');
  }
  .v2022 .bottom-subscribe .content.point {
    background-image: url('/assets/v2022/img/bottomBg/pointBgM.png');
  }
  .v2022 .bottom-subscribe .content .title {
    display: block;
    width: 100%;
    left: 0;
  }
  .v2022 .bottom-subscribe .content .title h2 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 14px;
    font-weight: bold;
  }
  .v2022 .bottom-subscribe .content .title p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    height: 70px;
    margin-bottom: 16px;
  }
  .v2022 .bottom-subscribe .content .title p::before {
    display: none;
  }
  .v2022 .bottom-subscribe .content > p {
    padding: 0 10px 0 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .v2022 .bottom-subscribe .content > a {
    margin: 0 auto;
    display: block;
    width: 330px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #006db5;
    border-radius: 4px 4px 4px 4px;
  }
}
.v2022 .message-list {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .message-list .message-item {
  border-top: 6px solid #112b4a;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.v2022 .message-list .message-item .mes-item-tt {
  padding: 22px 18px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
.v2022 .message-list .message-item .mes-item-tt:hover {
  color: #02ade9;
}
.v2022 .message-list .message-item .mes-item-tt .iconfont {
  font-weight: bold;
  font-size: 24px;
  color: #02ade9;
}
.v2022 .message-list .message-item .big-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #c2cace;
}
.v2022 .message-list .message-item .big-item img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
  margin-bottom: 20px;
}
.v2022 .message-list .message-item .big-item .tt {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112a49;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2022 .message-list .message-item .big-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  margin-top: 18px;
  padding: 0 20px;
  word-break: break-all;
  text-align: justify;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.v2022 .message-list .message-item .big-item .date {
  padding: 0 20px;
}
.v2022 .message-list .message-item .small-item {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .message-list .message-item .small-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .message-list .message-item .small-item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.v2022 .message-list .message-item .small-item .info a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 25px;
  min-height: 50px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v2022 .message-list .message-item .small-item .info a:hover {
  color: #02ade9;
  text-decoration: none;
}
.v2022 .message-list .message-item .small-item .info .date {
  margin-top: 20px;
}
.v2022 .message-list .message-item .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.v2022 .message-list .message-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .message-list .message-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .message-list .message-item-place {
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 500px) {
  .v2022 .message-list {
    margin-bottom: -15px;
  }
  .v2022 .message-list .message-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .v2022 .message-list .message-item .mes-item-tt {
    font-size: 18px;
  }
  .v2022 .message-list .message-item .mes-item-tt .iconfont {
    font-size: 18px;
  }
  .v2022 .message-list .message-item .big-item img {
    height: 200px;
    margin-bottom: 10px;
  }
  .v2022 .message-list .message-item .big-item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.v2022 .news-list-line ul {
  padding-left: 0;
}
.v2022 .news-list-line ul li {
  list-style: none;
  padding: 20px;
  background: #ffffff;
}
.v2022 .news-list-line ul li:nth-child(odd) {
  background: #f1f5f8;
}
.v2022 .news-list-line ul li a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  margin-bottom: 13px;
}
.v2022 .news-list-line ul li a:hover {
  color: #03adea;
  text-decoration: none;
}
.v2022 .news-list-line ul li .date {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
}
@media screen and (max-width: 500px) {
  .v2022 .news-list-line ul li {
    padding: 15px 10px;
  }
  .v2022 .news-list-line ul li a {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 9px;
  }
  .v2022 .news-list-line ul li .date {
    font-size: 12px;
    line-height: 12px;
  }
}
.v2022 .newsListWrapper .n-list .n-item {
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .newsListWrapper .n-list .n-item .imgWrapper {
  width: 310px;
  max-width: 24%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .newsListWrapper .n-list .n-item .imgWrapper .img {
  display: block;
  padding-left: 100%;
  padding-bottom: 64.51612903%;
  background: center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.v2022 .newsListWrapper .n-list .n-item .n-box {
  width: 310px;
  max-width: 24%;
  background: #f1f5f7;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .newsListWrapper .n-list .n-item .n-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2022 .newsListWrapper .n-list .n-item .n-box .play {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .newsListWrapper .n-list .n-item .n-box .play:hover {
  background: #0195e7;
}
.v2022 .newsListWrapper .n-list .n-item .n-box .play .iconfont {
  font-size: 24px;
  color: #fff;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro {
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-decoration: none;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  margin-bottom: 20px;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro h3:hover {
  color: #0195e7;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .v2022 .newsListWrapper .n-list .n-item {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100px;
  }
  .v2022 .newsListWrapper .n-list .n-item .imgWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 157px;
    height: 100px;
    max-width: none;
  }
  .v2022 .newsListWrapper .n-list .n-item .imgWrapper .img {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 13px 10px 10px;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro h3 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro p {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro .date {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .v2022 .news-list-line ul li {
    padding: 15px;
  }
  .v2022 .news-list-line ul li a {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.v2022 .back-to-top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 72px;
  bottom: 100px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: url('/assets/v2022/img/backTop2.png') center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.v2022 .back-to-top.show {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .v2022 .back-to-top {
    right: 20px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
}
.v2022 .ll-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -40px;
}
.v2022 .ll-list .ll-item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 40px;
}
.v2022 .ll-list .ll-item .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .ll-list .ll-item .box .inner {
  display: block;
  width: 50%;
  margin-right: 20px;
}
.v2022 .ll-list .ll-item .box a {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .ll-list .ll-item .box a img {
  display: block;
  width: 100%;
}
.v2022 .ll-list .ll-item .box ul {
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.v2022 .ll-list .ll-item .box ul li {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .ll-list .ll-item .box ul li::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background: url('/assets/v2022/img/icon3.png') center no-repeat;
  background-size: 100% auto;
}
.v2022 .ll-list .ll-item .box ul li:hover::before {
  background-image: url('/assets/v2022/img/icon4.png');
}
.v2022 .ll-list .ll-item .box ul li:last-child {
  margin-bottom: 0;
}
.v2022 .ll-list .ll-item .box ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  overflow: hidden;
  line-height: 20px;
  max-width: 90%;
}
.v2022 .ll-list .ll-item .box ul li .tt {
  text-decoration: none;
}
.v2022 .ll-list .ll-item .tt {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  text-decoration: none;
  cursor: default;
}
@media screen and (max-width: 500px) {
  .v2022 .ll-list .ll-item {
    margin-bottom: 20px;
  }
  .v2022 .ll-list .ll-item .box {
    display: block;
  }
  .v2022 .ll-list .ll-item .box .inner {
    display: block;
    width: 100%;
  }
  .v2022 .ll-list .ll-item .box .inner a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 10px;
  }
  .v2022 .ll-list .ll-item .box .inner a img {
    width: 100%;
  }
  .v2022 .ll-list .ll-item .box ul {
    padding: 0;
    margin-top: 10px;
  }
  .v2022 .ll-list .ll-item .box ul li {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .v2022 .ll-list .ll-item .box ul li::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .v2022 .ll-list .ll-item .box ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 1.4;
    font-size: 14px;
  }
  .v2022 .ll-list .ll-item .tt {
    width: 100%;
    box-sizing: border-box;
  }
}
.v2022 .cc-list {
  background: #112b4a;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .cc-list .cc-item {
  width: calc(50% - 15px);
  background: #081d37;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  padding: 30px;
}
.v2022 .cc-list .cc-item .left {
  color: #fff;
  padding-right: 30px;
  box-sizing: border-box;
}
.v2022 .cc-list .cc-item .left .title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 18px;
  text-decoration: none;
}
.v2022 .cc-list .cc-item .left .title .iconfont {
  font-size: 24px;
  margin-left: 6px;
  color: #02ade9;
}
.v2022 .cc-list .cc-item .left p a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 20px;
  overflow: hidden;
  /* 溢出隐藏 */
  display: -webkit-box;
  /* 老版弹性盒子，存在浏览器兼容问题，需要添加-webkit，表示内容在水平方向上的排放 */
  -webkit-line-clamp: 5;
  /* 溢出的行数 */
  -webkit-box-orient: vertical;
  /* 规定内容水平排放 */
  text-decoration: none;
}
.v2022 .cc-list .cc-item .left img {
  display: block;
  width: 70%;
}
.v2022 .cc-list .cc-item .right {
  width: 31%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-left: 1px solid #006eb6;
  padding-left: 30px;
  box-sizing: border-box;
}
.v2022 .cc-list .cc-item .right .name {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d4d4d4;
  line-height: 30px;
  margin-bottom: 18px;
}
.v2022 .cc-list .cc-item .right a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #3cc8ff;
  line-height: 32px;
  text-decoration: none;
}
.v2022 .cc-list .cc-item .right a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .v2022 .cc-list .cc-item {
    display: block;
    width: 100%;
    padding: 15px 15px 20px;
  }
  .v2022 .cc-list .cc-item .left {
    padding-right: 0;
  }
  .v2022 .cc-list .cc-item .left .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .v2022 .cc-list .cc-item .left .title .iconfont {
    font-size: 14px;
    margin-left: 10px;
  }
  .v2022 .cc-list .cc-item .left p a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .v2022 .cc-list .cc-item .left img {
    width: 100%;
    margin-bottom: 14px;
  }
  .v2022 .cc-list .cc-item .right {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
  .v2022 .cc-list .cc-item .right .name {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D4D4D4;
    line-height: 15px;
  }
  .v2022 .cc-list .cc-item .right a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: none;
    color: #3cc8ff;
    line-height: 30px;
  }
}
.v2022 .nvideo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 432px;
}
.v2022 .nvideo-container .youku {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
  height: 432px;
}
.v2022 .nvideo-container .youku iframe {
  width: 100%;
  height: 100%;
}
.v2022 .nvideo-container .v-list {
  background: #1a1a1a;
  padding-left: 12px;
  width: 40%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
.v2022 .nvideo-container .v-list .v-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #333;
  padding: 10px 40px 10px 0;
  width: 100%;
  box-sizing: border-box;
}
.v2022 .nvideo-container .v-list .v-item > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nvideo-container .v-list .v-item .poster {
  width: 114px;
  height: 76px;
  object-fit: cover;
  margin-right: 20px;
}
.v2022 .nvideo-container .v-list .v-item .intro {
  width: calc(100% - 134px);
}
.v2022 .nvideo-container .v-list .v-item .intro .title {
  display: block;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3cc8ff;
  margin-bottom: 16px;
  padding-right: 20px;
}
.v2022 .nvideo-container .v-list .v-item .intro .desc {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f3f3f3;
  line-height: 18px;
  height: 36px;
  padding-right: 20px;
  overflow: hidden;
  /* 溢出隐藏 */
  display: -webkit-box;
  /* 老版弹性盒子，存在浏览器兼容问题，需要添加-webkit，表示内容在水平方向上的排放 */
  -webkit-line-clamp: 2;
  /* 溢出的行数 */
  -webkit-box-orient: vertical;
  /* 规定内容水平排放 */
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .v2022 .nvideo-container {
    display: block;
    height: auto;
  }
  .v2022 .nvideo-container .youku {
    width: 100%;
    height: 200px !important;
  }
  .v2022 .nvideo-container .v-list {
    width: 100%;
    height: 240px;
  }
  .v2022 .nvideo-container .v-list .v-item .intro .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .v2022 .nvideo-container .v-list .v-item .intro .desc {
    font-size: 12px;
  }
}
.v2022 .v-list .v-item {
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .v-list .v-item .v-box {
  width: 310px;
  max-width: 24%;
  background: #f1f5f7;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .v-list .v-item .v-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2022 .v-list .v-item .v-box .play {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .v-list .v-item .v-box .play:hover {
  background: #0195e7;
}
.v2022 .v-list .v-item .v-box .play .iconfont {
  font-size: 24px;
  color: #fff;
}
.v2022 .v-list .v-item .v-intro {
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-decoration: none;
}
.v2022 .v-list .v-item .v-intro a {
  color: #112b4a;
}
.v2022 .v-list .v-item .v-intro a:hover {
  color: #0195e7;
}
.v2022 .v-list .v-item .v-intro h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-bottom: 20px;
}
.v2022 .v-list .v-item .v-intro p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.v2022 .v-list .v-item .v-intro .limit-time {
  display: block;
  font-size: 14px;
  color: #596774;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .v-list .v-item .v-intro .limit-time i {
  color: #55cfff;
  font-size: 18px;
}
.v2022 .v-list .v-item .v-intro .v-intro-value,
.v2022 .v-list .v-item .v-intro .v-intro-label {
  margin: 0;
}
.v2022 .v-list .v-item .v-intro .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .v-list .v-item .v-intro .author {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 1.4;
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .v-list .v-item {
    box-shadow: none;
    position: relative;
    margin-bottom: 15px;
  }
  .v2022 .v-list .v-item .v-box {
    width: 120px;
    height: 90px;
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .v2022 .v-list .v-item .v-box .play {
    width: 40px;
    height: 40px;
  }
  .v2022 .v-list .v-item .v-box .play .iconfont {
    font-size: 20px;
  }
  .v2022 .v-list .v-item .v-intro {
    padding: 0;
    min-height: 90px;
  }
  .v2022 .v-list .v-item .v-intro h3 {
    min-height: 90px;
    padding-left: 130px;
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .v2022 .v-list .v-item .v-intro p {
    font-size: 13px;
    display: none;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-right {
    padding-left: 140px;
    padding-top: 10px;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-right h3 {
    padding-left: 0px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 0px;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-right .v-intro-title {
    display: block;
  }
  .v2022 .v-list .v-item .v-intro .limit-time {
    margin-bottom: 10px;
  }
  .v2022 .v-list .v-item .v-intro .date {
    margin-top: 10px;
    display: none;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-label {
    display: none;
  }
}
.v2022 .nPagination .np-list {
  text-align: right;
  font-size: 0;
  margin-bottom: -10px;
}
.v2022 .nPagination .np-list a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #112b4a;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  margin-bottom: 10px;
}
.v2022 .nPagination .np-list a.active {
  background-color: #112b4a;
  color: #fff;
}
.v2022 .nPagination .np-list a + a {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .v2022 .nPagination .np-list {
    text-align: center;
  }
  .v2022 .nPagination .np-list a {
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.v2022 .detail-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
}
@media screen and (max-width: 500px) {
  .v2022 .detail-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 14px;
  }
}
.v2022 .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .sub-title .name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 24px;
}
.v2022 .sub-title .date {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .sub-title .date {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a6874;
  line-height: 30px;
}
.v2022 p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .v2022 .con-select {
    width: 100%;
  }
  .v2022 .sub-title {
    display: block;
  }
  .v2022 .sub-title .name,
  .v2022 .sub-title .date {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 9px;
  }
  .v2022 #aboutus {
    height: 225px !important;
  }
}
.v2022 .disclaimers {
  margin-top: 30px;
}
.v2022 .disclaimers .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a6874;
  line-height: 30px;
}
.v2022 .disclaimers p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .disclaimers .tt {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 9px;
  }
  .v2022 .disclaimers p {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .videoSingle iframe {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .v2022 .videoSingle {
    display: block;
  }
  .v2022 .videoSingle iframe {
    width: 100%;
    height: 280px !important;
    max-width: 100%;
  }
  .v2022 .videoSingle .navCard {
    margin-top: 15px;
  }
}
.v2022 .blockWithNavCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .blockWithNavCard .navCard {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
}
.v2022 .navCard {
  border: 1px solid #bec7cb;
  padding: 20px;
}
.v2022 .navCard .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  width: 180px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec7cb;
  margin-bottom: 15px;
}
.v2022 .navCard h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #112b4a;
}
.v2022 .navCard P {
  text-align: justify;
}
.v2022 .navCard .list {
  min-width: 180px;
}
.v2022 .navCard .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #006eb6;
}
.v2022 .navCard .list a:last-child {
  margin-bottom: 0;
}
.v2022 .navCard .list a .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/assets/v2022/img/linkArrowIcon.png') no-repeat center;
  background-size: contain;
}
.v2022 .navCard .list a .iconfont.fixIcon {
  background-image: url('/assets/v2022/img/fixIcon.png');
}
.v2022 .navCard .list a .iconfont::before {
  content: '';
}
.v2022 .navCard2 {
  border: 1px solid #bec7cb;
  padding: 20px;
}
.v2022 .navCard2 .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec7cb;
  margin-bottom: 15px;
}
.v2022 .navCard2 .list {
  width: 100%;
}
.v2022 .navCard2 .list .hh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #006eb6;
  line-height: 1.8;
}
.v2022 .navCard2 .list .hh .iconfont {
  font-size: 24px;
  font-weight: bold;
  color: #999;
}
.v2022 .navCard2 .list .hh .ic-minus-bold {
  display: none;
}
.v2022 .navCard2 .list .cc {
  display: none;
}
.v2022 .navCard2 .list li.active .hh .ic-minus-bold {
  display: block;
}
.v2022 .navCard2 .list li.active .hh .ic-add {
  display: none;
}
.v2022 .navCard2 .list li.active .cc {
  display: block;
}
.v2022 .navCard2 .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #006eb6;
}
.v2022 .navCard2 .list a:last-child {
  margin-bottom: 0;
}
.v2022 .navCard2 .list a .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/assets/v2022/img/linkArrowIcon.png') no-repeat center;
  background-size: contain;
}
.v2022 .navCard2 .list a .iconfont.fixIcon {
  background-image: url('/assets/v2022/img/fixIcon.png');
}
.v2022 .navCard2 .list a .iconfont::before {
  content: '';
}
.v2022 .navCard3 .tt {
  width: auto;
}
@media screen and (max-width: 500px) {
  .v2022 .blockWithNavCard {
    display: block;
    margin-bottom: 20px;
  }
  .v2022 .blockWithNavCard .navCard {
    margin-left: 0;
    margin-top: 17px;
    padding: 15px 10px 20px;
  }
  .v2022 .blockWithNavCard .navCard .tt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .blockWithNavCard .navCard .list a {
    font-size: 14px;
    line-height: 18px;
  }
  .v2022 .navCard {
    margin-left: 0;
    margin-top: 17px;
    padding: 15px 10px 20px;
  }
  .v2022 .navCard .tt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .navCard .list a {
    font-size: 14px;
    line-height: 18px;
  }
  .v2022 .navCard2 {
    margin-left: 0;
    margin-top: 17px;
    padding: 15px 10px 20px;
  }
  .v2022 .navCard2 .tt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .navCard2 .list a {
    font-size: 14px;
    line-height: 18px;
  }
}
.v2022 .preNext-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #112B49;
  padding: 0 15px;
}
.v2022 .preNext-box .tt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.v2022 .preNext-box .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3BC7FF;
  line-height: 24px;
}
.v2022 .preNext-box .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #5a6874;
  font-size: 24px;
}
.v2022 .preNext-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
  text-decoration: none;
  color: #fff;
}
.v2022 .preNext-box .left .iconfont {
  margin-right: 15px;
  color: #3BC7FF;
}
.v2022 .preNext-box .middle {
  width: 2px;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #006DB5;
}
.v2022 .preNext-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40%;
  text-decoration: none;
  text-align: right;
}
.v2022 .preNext-box .right .iconfont {
  margin-left: 15px;
  color: #3BC7FF;
}
@media screen and (max-width: 500px) {
  .v2022 .preNext-box {
    width: calc(100% + 30px);
    background: #112B49;
    box-shadow: 5px 0px 18px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    position: relative;
    left: -15px;
  }
  .v2022 .preNext-box .tt {
    font-size: 14px;
    color: #fff;
  }
  .v2022 .preNext-box .left {
    overflow: hidden;
  }
  .v2022 .preNext-box .left > div {
    overflow: hidden;
  }
  .v2022 .preNext-box .left .iconfont {
    color: #3BC7FF;
  }
  .v2022 .preNext-box .right > div {
    overflow: hidden;
  }
  .v2022 .preNext-box .right .iconfont {
    color: #3BC7FF;
  }
  .v2022 .preNext-box .desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3BC7FF;
  }
  .v2022 .preNext-box .middle {
    width: 1px;
    height: auto;
    background-color: #006DB5;
  }
}
.v2022 .contentTab {
  font-size: 0;
}
.v2022 .contentTab .tabs {
  margin-bottom: 40px;
}
.v2022 .contentTab .tabs .tabItem {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: transparent;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
}
.v2022 .contentTab .tabs .tabItem.active {
  background: #ededed;
}
.v2022 .contentTab .tabContents .tabContentItem {
  display: none;
}
.v2022 .contentTab .tabContents .tabContentItem img {
  max-width: 100%;
}
.v2022 .contentTab .tabContents .tabContentItem.active {
  display: block;
}
.v2022 .contentTab .tabContents .tabContentItem ul li {
  list-style: disc;
  font-size: 16px;
  color: #00689f;
  line-height: 2.1;
}
.v2022 .contentTab .tabContents .tabContentItem ul li a {
  font-size: 16px;
  color: #00689f;
  line-height: 2.1;
}
@media screen and (max-width: 500px) {
  .v2022 .contentTab {
    margin-bottom: 20px;
  }
  .v2022 .contentTab .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .v2022 .contentTab .tabs .tabItem {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.v2022 .expertIntroduction {
  padding: 60px 30px;
}
.v2022 .expertIntroduction .tt {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  margin-bottom: 30px;
}
.v2022 .expertIntroduction .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.v2022 .expertIntroduction .expertItem {
  width: 100%;
}
.v2022 .expertIntroduction .expertItem .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.v2022 .expertIntroduction .expertItem .info .avatar {
  display: block;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.v2022 .expertIntroduction .expertItem .info .box span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a6874;
  line-height: 25px;
  display: block;
}
.v2022 .expertIntroduction .expertItem .info .box .name {
  font-weight: bold;
}
.v2022 .expertIntroduction .expertItem .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .v2022 .expertIntroduction {
    position: relative;
    z-index: 10;
  }
  .v2022 .expertIntroduction::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background-color: #f1f5f7;
  }
  .v2022 .expertIntroduction .tt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .v2022 .expertIntroduction .list {
    display: block;
  }
  .v2022 .expertIntroduction .list .expertItem {
    width: 100%;
  }
  .v2022 .expertIntroduction .list .expertItem .info {
    margin-bottom: 20px;
  }
  .v2022 .expertIntroduction .list .expertItem .info img {
    width: 30%;
    margin-right: 14px;
  }
  .v2022 .expertIntroduction .list .expertItem .info .box span {
    font-size: 14px;
    line-height: 18px;
  }
  .v2022 .expertIntroduction .list .expertItem .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .expertIntroduction .list .expertItem + .expertItem {
    margin-top: 20px;
  }
}
.v2022 .ntags .label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3a39;
  line-height: 32px;
}
@media screen and (max-width: 500px) {
  .v2022 .ntags {
    font-size: 12px;
    line-height: 16px;
  }
  .v2022 .ntags .ntagItem {
    height: 30px;
    min-width: 67px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
  }
}
.v2022 .ntagItem {
  display: inline-block;
  background: #ebedee;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 32px;
  padding: 3px 10px;
  vertical-align: middle;
}
.v2022 .ntagItem:hover {
  background: #ebf9ff;
}
.v2022 .ntagItem + .ntagItem {
  margin-left: 20px;
}
.v2022 .adv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}
.v2022 .adv-list .adv-item {
  width: 33%;
  text-align: center;
  padding: 0 1%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.v2022 .adv-list .adv-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.v2022 .adv-list .adv-item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #3e3a39;
  line-height: 38px;
}
.v2022 .adv-list .adv-item .tt {
  font-weight: bold;
}
.v2022 .adv-list.rows-4 .adv-item {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .v2022 .adv-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .adv-list .adv-item.adv-item {
    width: 50%;
  }
  .v2022 .adv-list .adv-item.adv-item img {
    width: 35px;
  }
  .v2022 .adv-list .adv-item.adv-item p {
    width: 120px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
  }
  .v2022 .adv-list.rows-3 {
    display: block;
    margin-bottom: 0;
  }
  .v2022 .adv-list.rows-3 .adv-item {
    position: relative;
    width: 100%;
    padding-left: 42px;
    margin-bottom: 20px;
  }
  .v2022 .adv-list.rows-3 .adv-item img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .v2022 .adv-list.rows-3 .adv-item p {
    width: 100%;
    text-align: left;
    color: #5A6874;
  }
  .v2022 .adv-list.rows-3 .adv-item .tt {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3E3A39;
  }
}
.v2022 .singleVideo iframe {
  width: 60%;
  height: 500px;
  border: 1px solid #112b4a;
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideo iframe {
    width: 100%;
    height: 225px;
  }
}
.v2022 .messageCardListContainer {
  position: relative;
}
.v2022 .messageCardListContainer .arrowBox {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.78);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.v2022 .messageCardListContainer .arrowBox .iconfont {
  font-size: 40px;
}
.v2022 .messageCardListContainer .arrowBoxLeft {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.78);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.v2022 .messageCardListContainer .arrowBoxLeft .iconfont {
  font-size: 40px;
}
.v2022 .messageCardListContainer .arrowBoxLeft.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .messageCardListContainer .messageCardList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: relative;
  padding: 0px 10px 10px 0;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 370px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(167, 167, 167, 0.2);
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem .box {
  padding: 30px 20px;
  display: block;
  text-decoration: none;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem .box .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 24px;
  text-decoration: none;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem .box .dd {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  height: 120px;
  text-decoration: none;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem .box .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  margin-top: 40px;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:nth-child(1) {
  background: right center no-repeat;
  background-size: auto 100%;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:nth-child(1) .limit-time {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:nth-child(1) .box {
  background-color: rgba(17, 43, 74, 0.78);
  width: 72%;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:nth-child(1) .box .tt {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:nth-child(1) .box .dd {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:nth-child(1) .box .date {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardList .messageCardItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .v2022 .messageCardListContainer {
    margin-bottom: 20px;
  }
  .v2022 .messageCardListContainer .arrowBox {
    display: none;
  }
  .v2022 .messageCardListContainer .arrowBoxLeft {
    display: none;
  }
  .v2022 .messageCardListContainer .messageCardList .messageCardItem {
    width: 245px;
  }
  .v2022 .messageCardListContainer .messageCardList .messageCardItem .box {
    width: 180px;
    padding: 20px 10px 15px 10px;
  }
  .v2022 .messageCardListContainer .messageCardList .messageCardItem .box .tt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px;
  }
  .v2022 .messageCardListContainer .messageCardList .messageCardItem .box .dd {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .v2022 .messageCardListContainer .messageCardList .messageCardItem .box .date {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
  }
}
.v2022 .textListWithDots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .textListWithDots ul {
  width: 100%;
  overflow: hidden;
  width: calc(50% - 40px);
}
.v2022 .textListWithDots ul li {
  box-sizing: border-box;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 28px;
}
.v2022 .textListWithDots ul li::before {
  display: inline-block;
  content: '•';
  margin-right: 10px;
  color: #5a6874;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .textListWithDots {
    display: block;
  }
  .v2022 .textListWithDots ul {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .v2022 .textListWithDots ul li {
    width: 100%;
    font-size: 13px;
  }
  .v2022 .textListWithDots ul li::before {
    font-size: 12px;
  }
}
.v2022 .bigTabsWrapper .bigTabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .bigTabsWrapper .bigTabs .bigTabItem {
  cursor: pointer;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #242424;
  line-height: 54px;
  border-bottom: 6px solid #ebedee;
  padding: 15px 0;
}
.v2022 .bigTabsWrapper .bigTabs .bigTabItem.active {
  border-color: #357cc7;
}
.v2022 .bigTabsWrapper .bigTabContents .bigTabContentItem {
  padding: 20px 0;
  display: none;
}
.v2022 .bigTabsWrapper .bigTabContents .bigTabContentItem.active {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .bigTabsWrapper .bigTabs .bigTabItem {
    padding: 0;
    border-width: 3px;
  }
}
.v2022 .singleVideoWithMoreCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.v2022 .singleVideoWithMoreCard iframe {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auth;
      -ms-flex: 0 0 auth;
          flex: 0 0 auth;
  width: 700px;
  max-width: 60%;
  height: 500px;
  border: 1px solid #112b4a;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard {
  width: calc(100% - 700px);
  min-width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #022f5f;
  line-height: 30px;
  margin-bottom: 10px;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .dd {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list {
  width: 100%;
  position: relative;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li {
  margin-right: 15px;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a {
  display: block;
  position: relative;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .more-img {
  width: 230px;
  height: 130px;
  background: none repeat;
  background-size: cover;
  overflow: hidden;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .play {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .play:hover {
  background: #0195e7;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .play .iconfont {
  font-size: 18px;
  color: #fff;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-left .iconfont {
  font-size: 30px;
  color: #02ade9;
  font-weight: bold;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-left.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-right .iconfont {
  font-size: 30px;
  color: #02ade9;
  font-weight: bold;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .link {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #006eb6;
  line-height: 36px;
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideoWithMoreCard {
    display: block;
  }
  .v2022 .singleVideoWithMoreCard iframe {
    width: 100%;
    height: 240px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .v2022 .singleVideoWithMoreCard .singleVideoMoreCard {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .v2022 .singleVideoWithMoreCard .singleVideoMoreCard .dd {
    font-size: 14px;
  }
  .v2022 .singleVideoWithMoreCard .singleVideoMoreCard .link {
    font-size: 12px;
    position: static;
    margin-top: 10px;
  }
}
.v2022 .form {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.v2022 .form .form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/assets/v2022/img/arrow_down.png') right center no-repeat;
  background-size: auto 50%;
  color: #333;
}
@media screen and (max-width: 500px) {
  .v2022 .form {
    width: 100% !important;
    box-sizing: border-box;
  }
  .v2022 .form .form-control {
    font-size: 14px;
  }
}
.v2022 .nBtn {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  padding: 11px 16px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.v2022 .nBtn:hover {
  background: #3cc8ff;
  color: #112b4a;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .v2022 .nBtn {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
}
.v2022 .linkList {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .linkList li {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.v2022 .linkList li a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 10px;
}
.v2022 .linkList li a[href] {
  color: #006db5;
}
.v2022 .linkList li .iconfont {
  color: #006db5;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: bold;
  font-size: 25px;
}
.v2022 .linkList li:hover a {
  color: #03adea;
}
.v2022 .linkList li:hover .iconfont {
  color: #03adea;
}
.v2022 .linkList.style2 li {
  margin-bottom: 10px;
}
.v2022 .linkList.style2 li a {
  font-size: 16px;
}
.v2022 .linkList.style2 li .iconfont {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .linkList li {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .v2022 .linkList li a {
    font-size: 15px;
    line-height: 30px;
    color: #112b4a;
  }
  .v2022 .linkList li a[href] {
    color: #006eb6;
  }
  .v2022 .linkList li .iconfont {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/assets/v2022/img/iconRight21.png') no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .v2022 .linkList li .iconfont:before {
    display: none;
  }
}
.v2022 .prographUl {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.v2022 .prographUl li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  .v2022 .prographUl li {
    font-size: 14px;
    line-height: 24px;
  }
}
.v2022 .imgListWithCate ul li {
  padding: 40px 0;
}
.v2022 .imgListWithCate ul li .nPageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .imgListWithCate ul li .cate {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .imgListWithCate ul li .cate h3 a {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #234270;
  line-height: 36px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v2022 .imgListWithCate ul li .cate a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 36px;
}
.v2022 .imgListWithCate ul li .cate a .iconfont {
  margin-right: 10px;
  font-weight: bold;
}
.v2022 .imgListWithCate ul li .imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .imgListWithCate ul li .imgList .imgItem {
  display: block;
  width: 290px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  margin-left: 30px;
}
.v2022 .imgListWithCate ul li .imgList .imgItem:first-child {
  margin-left: 0;
}
.v2022 .imgListWithCate ul li .imgList .imgItem a {
  display: block;
}
.v2022 .imgListWithCate ul li .imgList .imgItem img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
}
.v2022 .imgListWithCate ul li .imgList .imgItem .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 20px;
}
.v2022 .imgListWithCate ul li .imgList .imgItem .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 30px;
  padding: 0 20px 30px;
}
.v2022 .imgListWithCate ul li:nth-child(odd) {
  background: #f1f5f7;
}
@media screen and (max-width: 500px) {
  .v2022 .imgListWithCate ul li {
    padding: 0;
    margin-bottom: 20px;
  }
  .v2022 .imgListWithCate ul li:nth-child(odd) {
    background: inherit;
  }
  .v2022 .imgListWithCate ul li .nPageContainer {
    display: block;
  }
  .v2022 .imgListWithCate ul li .cate {
    width: 100%;
    margin-bottom: 15px;
  }
  .v2022 .imgListWithCate ul li .cate h3 {
    font-size: 16px;
    font-weight: bold;
    color: #234270;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .v2022 .imgListWithCate ul li .cate h3 a {
    font-size: 16px;
    line-height: 20px;
  }
  .v2022 .imgListWithCate ul li .cate a {
    font-size: 16px;
    line-height: 20px;
  }
  .v2022 .imgListWithCate ul li .imgList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1px;
    padding-right: 15px;
    width: 100%;
    overflow-x: auto;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 245px;
    margin-bottom: 10px;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem a img {
    width: 100%;
    height: 169px;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem .date {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem .tt {
    padding: 0 10px 30px;
    font-size: 14px;
    line-height: 18px;
  }
}
.v2022 .cardWithBorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}
.v2022 .cardWithBorder .cardItem {
  width: calc(50% - 30px);
  padding: 30px 36px;
  border: 1px solid #006eb6;
  border-left: 6px solid #006eb6;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.v2022 .cardWithBorder .cardItem .tt {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 1.4;
  margin-bottom: 15px;
}
.v2022 .cardWithBorder .cardItem .p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .cardWithBorder .cardItem {
    width: 100%;
    padding: 15px 16px;
    margin-bottom: 10px;
    border-left-width: 4px;
  }
  .v2022 .cardWithBorder .cardItem .tt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .v2022 .cardWithBorder .cardItem p {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .singleVideoWithLeftCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .singleVideoWithLeftCard iframe {
  width: 700px;
  height: 390px;
  border: 1px solid #112b4a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .singleVideoWithLeftCard .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2022 .singleVideoWithLeftCard .right .card {
  width: 530px;
  padding: 40px;
  box-sizing: border-box;
  height: 180px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.v2022 .singleVideoWithLeftCard .right .card p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.v2022 .singleVideoWithLeftCard .right .card:nth-child(1) {
  background-image: url('/assets/v2022/img/bg1.png');
}
.v2022 .singleVideoWithLeftCard .right .card:nth-child(2) {
  background-image: url('/assets/v2022/img/bg2.png');
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideoWithLeftCard {
    display: block;
  }
  .v2022 .singleVideoWithLeftCard iframe {
    width: 100%;
    height: 280px;
  }
  .v2022 .singleVideoWithLeftCard .right {
    display: block;
  }
  .v2022 .singleVideoWithLeftCard .right .card {
    width: 100%;
  }
  .v2022 .singleVideoWithLeftCard .right .card {
    margin-top: 10px;
  }
}
.v2022 .globl-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .globl-info .leve-one {
  box-sizing: border-box;
  width: 320px;
  height: 278px;
  border: 1px solid #006eb6;
  border-left: 8px solid #006eb6;
  padding: 20px;
  color: #3e3a39;
}
.v2022 .globl-info .leve-one .i-title {
  font-size: 28px;
  line-height: 1.3;
}
.v2022 .globl-info .leve-one .i-address {
  font-size: 20px;
  line-height: 2.3;
}
.v2022 .globl-info .leve-one .i-contnet {
  font-size: 18px;
  line-height: 1.4;
}
.v2022 .globl-info .leve-one .i-phone {
  margin-top: 26px;
}
.v2022 .globl-info .leve-two {
  width: 517px;
  height: 278px;
  margin-left: 20px;
}
.v2022 .globl-info .leve-two > div {
  height: 80px;
  background: #f1f5f7;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 80px;
  margin-top: 19px;
  text-align: center;
}
.v2022 .globl-info .leve-two :nth-child(1) {
  margin-top: 0;
}
.v2022 .area .a-titel {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 30px;
}
.v2022 .area .a-titel .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.v2022 .area .a-content:nth-last-child(1) {
  border-bottom: none;
}
.v2022 .area .a-content:nth-last-child(1) {
  margin-bottom: 0;
}
.v2022 .area .a-content {
  border-bottom: 1px solid #bfc0bb;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .area .a-content > div {
  width: 33.33%;
  margin-bottom: 35px;
}
.v2022 .area .a-content > div > div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3a39;
  line-height: 24px;
}
.v2022 .area .a-content .a-name {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .globl-info {
    display: block;
    margin-bottom: 30px;
  }
  .v2022 .globl-info .leve-one {
    width: 100%;
    height: auto;
  }
  .v2022 .globl-info .leve-one .i-title {
    font-size: 14px;
    font-size: bold;
    color: #112b4a;
  }
  .v2022 .globl-info .leve-one .i-address {
    font-size: 12px;
  }
  .v2022 .globl-info .leve-one .i-contnet {
    font-size: 12px;
  }
  .v2022 .globl-info .leve-one .i-phone {
    margin-top: 10px;
  }
  .v2022 .globl-info .leve-two {
    margin-left: 0;
    margin-top: 10px;
    width: auto;
    height: auto;
  }
  .v2022 .globl-info .leve-two > div {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: left;
    padding: 0 15px;
  }
  .v2022 .area .a-titel {
    font-size: 14px;
    font-weight: bold;
  }
  .v2022 .area .a-titel .iconfont {
    font-size: 14px;
  }
  .v2022 .area .a-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .v2022 .area .a-content > div {
    width: calc(50% - 5px);
  }
  .v2022 .area .a-content > div > div {
    font-size: 12px;
  }
  .v2022 .area .a-content .a-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.v2022 #shujushichang7_data_cme * {
  font-size: 12px !important;
}
.v2022#produce.v1 .table-body table,
.v2022 .table-body table {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.v2022 .table-menu {
  width: 90px !important;
}
.v2022 .table-body.table-body-border th,
.v2022 .table-body.table-body-border td {
  border: solid #C2CACE 1px;
  padding: 20px;
}
.v2022 .table-body.table-body-border td {
  text-align: left;
  color: #122C49;
}
.v2022 .table-body.table-body-border td a {
  color: #006EB6;
  word-break: break-all;
}
.v2022 .singleVideoWithTitle {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.v2022 .singleVideoWithTitle iframe {
  width: 60%;
  height: 500px;
  border: 1px solid #112b4a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .singleVideoWithTitle .dd {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2022 .singleVideoWithTitle .dd strong {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.v2022 .singleVideoWithTitle .dd p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3a39;
  line-height: 38px;
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideoWithTitle {
    margin-bottom: 20px;
  }
  .v2022 .singleVideoWithTitle iframe {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 245px;
    height: 137px;
  }
  .v2022 .singleVideoWithTitle .dd {
    padding: 10px;
    font-size: 14px;
  }
  .v2022 .singleVideoWithTitle .dd strong {
    font-size: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .v2022 .singleVideoWithTitle .dd p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.v2022 .dd-block-list {
  margin-bottom: -20px;
}
.v2022 .dd-block-list .dd-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.v2022 .dd-block-list .dd-block-item .tt {
  padding: 10px;
  background-color: #00447b;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.v2022 .dd-block-list .dd-block-item img {
  display: block;
  width: 100px;
  margin-right: 20px;
}
.v2022 .dd-block-list .dd-block-item img.img-small {
  height: 65px;
  width: auto;
}
.v2022 .dd-block-list .dd-block-item .dd {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
.v2022 .dd-block-list .dd-block-item .dd strong {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.v2022 .dd-block-list.rows-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .dd-block-list.rows-4 .dd-block-item {
  background: #f1f5f7;
  display: block;
  width: calc(25% - 22px);
}
.v2022 .dd-block-list.rows-4 .dd-block-item .dd {
  padding: 30px 30px 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .v2022 .dd-block-list .dd-block-item img {
    width: 34px;
    margin-right: 7px;
  }
  .v2022 .dd-block-list .dd-block-item .dd {
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .dd-block-list .dd-block-item .dd strong {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .v2022 .dd-block-list.rows-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .dd-block-list.rows-4 .dd-block-item {
    width: calc(50% - 7.5px);
  }
  .v2022 .dd-block-list.rows-4 .dd-block-item .tt {
    height: 34px;
    background: #112B4A;
    font-size: 12px;
    line-height: 34px;
  }
  .v2022 .dd-block-list.rows-4 .dd-block-item .dd {
    padding: 16px 23px 20px;
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .line-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .line-group li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
}
.v2022 .line-group li a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 24px;
  vertical-align: middle;
}
.v2022 .line-group li::after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('/assets/v2022/img/iconRight21.png') center no-repeat;
  background-size: 100% auto;
  margin-left: 5px;
}
.v2022 .line-group li:hover::after {
  background-image: url('/assets/v2022/img/iconRight22.png');
}
@media screen and (max-width: 500px) {
  .v2022 .line-group.line-group {
    display: block;
    padding-left: 0;
  }
  .v2022 .line-group.line-group li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 0;
  }
  .v2022 .line-group.line-group li::after {
    width: 12px;
    height: 12px;
  }
  .v2022 .line-group.line-group li a {
    font-size: 14px;
    font-weight: 400;
    color: #006EB6;
    line-height: 30px;
  }
}
.v2022 .aa-list {
  padding-left: 20px;
}
.v2022 .aa-list li {
  list-style: disc;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .v2022 .aa-list {
    margin-bottom: 20px;
  }
  .v2022 .aa-list li {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .v2022 .aa-list li:last-child {
    margin-bottom: 0;
  }
}
.v2022 .about-box {
  background-color: #112b4a;
  color: #fff;
  padding: 20px;
}
.v2022 .about-box .about-box-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 30px;
}
.v2022 .about-box .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px;
}
.v2022 .about-box .a-list .a-item {
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 25%;
}
.v2022 .about-box .a-list .a-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .v2022 .about-box {
    margin-bottom: 20px;
    padding: 14px 12px 30px;
  }
  .v2022 .about-box .about-box-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
  }
  .v2022 .about-box .a-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .v2022 .about-box .a-list .a-item {
    width: 50%;
    padding-top: 30px;
  }
  .v2022 .about-box .a-list .a-item img {
    height: 34px;
    width: auto;
    margin-bottom: 10px;
  }
  .v2022 .about-box .a-list .a-item p {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .pageNotFoundWrapper {
  margin-top: 70px;
}
.v2022 .pageNotFoundWrapper .text2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
}
.v2022 .pageNotFoundWrapper .text3 {
  margin-bottom: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
.v2022 .pageNotFoundWrapper ul {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 28px;
  padding-left: 15px;
}
.v2022 .pageNotFoundWrapper ul li {
  list-style-type: disc;
}
.v2022 .pageNotFoundWrapper .search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .pageNotFoundWrapper .search-wrapper input {
  width: 500px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  margin-right: 20px;
  font-size: 20px;
  padding: 0 10px;
}
.v2022 .pageNotFoundWrapper .search-wrapper .search-button {
  cursor: pointer;
  width: 120px;
  height: 40px;
  background: #006eb6;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.v2022 .pageNotFoundWrapper .search-wrapper .search-button:hover {
  background: #3cc8ff;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .v2022 .pageNotFoundWrapper {
    margin-top: 30px;
  }
  .v2022 .pageNotFoundWrapper .main-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .v2022 .pageNotFoundWrapper .text2,
  .v2022 .pageNotFoundWrapper .text3 {
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 1;
  }
  .v2022 .pageNotFoundWrapper .text2.text3,
  .v2022 .pageNotFoundWrapper .text3.text3 {
    margin-bottom: 35px;
  }
  .v2022 .pageNotFoundWrapper .third-title {
    font-size: 16px;
  }
  .v2022 .pageNotFoundWrapper ul {
    margin-bottom: 30px;
  }
  .v2022 .pageNotFoundWrapper ul li {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .v2022 .pageNotFoundWrapper .search-wrapper input {
    width: 250px;
  }
  .v2022 .pageNotFoundWrapper .search-wrapper .search-button {
    height: 40px;
    background: #006eb6;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
}
.v2022 .nSitemap .main-title a {
  color: #222;
}
.v2022 .nSitemap a {
  color: #006eb6;
}
.v2022 .nSitemap p {
  font-size: 18px;
  padding-left: 10px;
}
.v2022 .nSitemap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
}
.v2022 .nSitemap ul li {
  list-style: none;
  width: calc(30% - 10px);
  margin-bottom: 20px;
}
.v2022 .nSitemap ul li a {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #222;
}
.v2022 .nSitemap ul .child-ul {
  display: block;
  margin: 0;
  padding-left: 0px;
}
.v2022 .nSitemap ul .child-ul li {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.v2022 .nSitemap ul .child-ul li::before {
  content: '\e66a';
  color: #006eb6;
  font-weight: bold;
}
.v2022 .nSitemap ul .child-ul li a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  color: #006eb6;
}
@media screen and (max-width: 500px) {
  .v2022 .nSitemap ul {
    display: block;
  }
  .v2022 .nSitemap ul li {
    width: 100%;
  }
}
.v2022 .nImgPreview {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nImgPreview .nImgPreview-box {
  width: 80%;
  height: 90%;
  background: no-repeat center / contain;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nImgPreview .nImgPreview-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
  background: #fff;
}
.v2022 .nImgPreview .nImgPreview-box img.v {
  width: 100%;
  height: auto;
}
.v2022 .nImgPreview .nImgPreview-box img.h {
  height: 100%;
  width: auto;
}
.v2022 .nImgPreview.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .cmeInteractiveTable thead th {
  height: 80px;
  background-color: #112b4a;
  color: #fff;
  font-size: 20px;
}
.v2022 .cmeInteractiveTable tbody tr.even,
.v2022 .cmeInteractiveTable tbody tr.odd {
  background-color: inherit;
}
.v2022 .cmeInteractiveTable tbody tr.even td,
.v2022 .cmeInteractiveTable tbody tr.odd td {
  padding: 20px;
  border: 1px solid #5a6874;
  color: #5a6874;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .v2022 .cmeInteractiveTable thead th {
    height: 40px;
    background-color: #112b4a;
    color: #fff;
    font-size: 14px;
  }
  .v2022 .cmeInteractiveTable tbody tr.even,
  .v2022 .cmeInteractiveTable tbody tr.odd {
    background-color: inherit;
  }
  .v2022 .cmeInteractiveTable tbody tr.even td,
  .v2022 .cmeInteractiveTable tbody tr.odd td {
    padding: 10px;
    border: 1px solid #5a6874;
    color: #5a6874;
    font-size: 14px;
  }
}
.v2022 .yb-list .yb-item {
  text-decoration: none;
}
.v2022 .yb-list .yb-item:hover .yb-item-title {
  color: #3cc8ff;
}
.v2022 .yb-list .yb-item:hover .yb-item-con {
  color: #3cc8ff;
}
@media screen and (max-width: 500px) {
  .v2022 .con {
    width: 100%;
  }
  .v2022 .uee2 .e-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .v2022 .uee2 .e-tab .e-tab-item {
    float: unset;
  }
  .v2022 .uee2 .e-tab .e-tab-item a {
    font-size: 12px;
    text-decoration: none;
  }
  .v2022 .uee2 .whycontent {
    display: block;
    margin-bottom: 20px;
  }
  .v2022 .uee2 .whycontent .word {
    margin: 0;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
  }
  .v2022 .uee2 .whycontent .pt35 {
    padding-top: 15px;
  }
  .v2022 .uee2 .whycontent img {
    display: block;
    float: unset;
    width: 100%;
    margin-top: 10px;
  }
  .v2022 .whymore {
    margin-bottom: 30px;
  }
  .v2022 .whymore ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .whymore ul li {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .v2022 .whymore ul li img {
    width: 100%;
  }
  .v2022 .whymore ul li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .v2022 .whyul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .v2022 .gooi {
    font-size: 14px;
  }
  .v2022 .yii.fl {
    padding: 7px 30px;
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.v2022 .fixed-subscript {
  position: fixed;
  right: 40px;
  bottom: 30vh;
  z-index: 99;
  background: url('/assets/v2022/img/fixed-subscript-bg.png') center no-repeat;
  background-size: cover;
  width: 234px;
  height: 200px;
  padding: 24px;
  box-sizing: border-box;
}
.v2022 .fixed-subscript.hide {
  display: none;
}
.v2022 .fixed-subscript p {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .fixed-subscript a {
  display: block;
  width: 144px;
  height: 36px;
  background: #006db5;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-top: 10px;
}
.v2022 .fixed-subscript .ic-error {
  position: absolute;
  z-index: 0;
  font-size: 32px;
  top: 10px;
  right: 10px;
  display: block;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.v2022 .fixed-subscript .ic-shousuo {
  position: absolute;
  z-index: 0;
  font-size: 28px;
  top: 14px;
  right: 50px;
  display: block;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.v2022 .fixed-subscript .ic-zhankai {
  position: absolute;
  z-index: 0;
  font-size: 28px;
  top: 14px;
  right: 50px;
  display: block;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.v2022 .fixed-subscript-mobile-btn {
  display: none;
}
.v2022 .fixed-subscript-mini {
  position: fixed;
  right: 40px;
  bottom: 20vh;
  z-index: 99;
  width: 235px;
  height: 50px;
  background: #ffffff;
  background: #e1e1e1;
  border: 1px solid #d0d0d0;
  border-radius: 10px 10px 10px 10px;
  padding: 0 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .fixed-subscript-mini.hide {
  display: none;
}
.v2022 .fixed-subscript-mini a {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #fff;
  line-height: 34px;
  text-decoration: none;
  background: #006eb6;
  border-radius: 4px;
  padding: 0px 10px;
}
.v2022 .fixed-subscript-mini .handle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v2022 .fixed-subscript-mini .handle .iconfont {
  color: #666;
  font-size: 30px;
  cursor: pointer;
}
.v2022 .fixed-subscript-mini .handle .ic-zhankai {
  font-size: 22px;
  margin-right: 5px;
  color: #006db5;
  font-weight: bold;
}
.v2022 .fixed-subscript-mini .handle .ic-error {
  display: none;
}
@media screen and (max-width: 500px) {
  .v2022 .artu {
    display: block;
    margin: 20px auto;
    width: 330px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #006db5;
    border-radius: 4px 4px 4px 4px;
    padding: 0;
  }
  .v2022 .fixed-subscript-mobile-btn {
    display: block;
    margin: 20px auto;
    width: 330px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #006db5;
    border-radius: 4px 4px 4px 4px;
  }
  .v2022 .fixed-subscript {
    display: none;
  }
  .v2022 .fixed-subscript-mini {
    display: none;
  }
}
.v2022 .mobile-page-sider-bar {
  display: none;
}
.v2022 .page-sider-bar {
  width: 400px;
  background: #f1f5f7;
  opacity: 1;
  border: 1px solid #dbdbdb;
  padding: 30px 20px;
}
.v2022 .page-sider-bar .title {
  font-size: 20px;
  font-weight: bold;
  color: #112b49;
}
.v2022 .page-sider-bar .box .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #006db5;
  line-height: 36px;
  margin-bottom: 10px;
}
.v2022 .page-sider-bar .box .tt span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2022 .page-sider-bar .box .tt .iconfont {
  font-size: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .page-sider-bar .box ul {
  display: none;
}
.v2022 .page-sider-bar .box ul li {
  padding-left: 20px;
}
.v2022 .page-sider-bar .box ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #0f67a9;
  line-height: 36px;
  text-decoration: none;
}
.v2022 .page-sider-bar .box ul li a .iconfont {
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  opacity: 0;
}
.v2022 .page-sider-bar .box ul li a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2022 .page-sider-bar .box ul li.active a {
  color: #3bc7ff;
}
.v2022 .page-sider-bar .box ul li.active a .iconfont {
  opacity: 1;
}
.v2022 .page-sider-bar .box.active .tt .iconfont:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.v2022 .page-sider-bar .box.active ul {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .mobile-page-sider-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
    font-size: 16px;
    color: #006db5;
    z-index: 250;
    position: fixed;
    left: 0;
    top: 66px;
  }
  .v2022 .mobile-page-sider-bar .iconfont {
    font-size: 19px;
  }
  .v2022 .mobile-page-sider-bar .iconfont:first-child {
    display: none;
  }
  .v2022 .page-sider-bar {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #C1C9CD;
    background: #fff;
    padding: 0;
    z-index: 302;
    position: fixed;
    left: 0;
    top: 66px;
    display: none;
  }
  .v2022 .page-sider-bar .title {
    display: none;
  }
  .v2022 .page-sider-bar .box .tt {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #112b49;
    margin-bottom: 0;
  }
  .v2022 .page-sider-bar .box .tt .iconfont {
    font-size: 19px;
  }
  .v2022 .page-sider-bar .box .tt .iconfont:first-child {
    display: none;
  }
  .v2022 .page-sider-bar .box ul {
    border-top: 1px solid #C1C9CD;
  }
  .v2022 .page-sider-bar .box ul li {
    padding: 0px;
    border-bottom: 1px solid #C1C9CD;
  }
  .v2022 .page-sider-bar .box ul li a {
    padding: 0 10px;
    font-size: 15px;
    line-height: 2;
  }
  .v2022 .page-sider-bar .box ul li a span {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .v2022 .page-sider-bar .box ul li a .iconfont {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .v2022 .page-sider-bar .box ul li.active {
    background-color: #EBF9FF;
  }
  .v2022 .page-sider-bar .box ul li.active a {
    color: #0f67a9;
  }
  .v2022 .page-sider-bar .box ul li.active a .iconfont {
    color: #3bc7ff;
  }
  .v2022 .page-sider-bar .box ul li:last-child {
    border-bottom: none;
  }
}
.v2022.pageWithBg .page-bg-img {
  display: block;
  max-width: 1260px;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;
}
.v2022.pageWithBg .main {
  max-width: 1070px;
  margin: -300px auto 40px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.v2022.pageWithBg .main .nPageContainer {
  max-width: 90%;
  box-sizing: border-box;
}
.v2022.pageWithBg .main .nPageContainer.withShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.pageWithBg .main .nPageContainer.withShare .main-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 40px;
}
.v2022.pageWithBg .main .nPageContainer.withShare .share-list {
  padding-top: 60px;
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022.pageWithBg .main .rich-content .rich-content-img {
  display: block;
  width: 100% !important;
}
.v2022.pageWithBg .main .rich-content img {
  display: block;
  width: 100% !important;
}
@media screen and (max-width: 500px) {
  .v2022.pageWithBg .page-bg-img {
    display: none;
  }
  .v2022.pageWithBg .main {
    margin-top: 0px;
    padding-top: 0;
    box-shadow: none;
  }
  .v2022.pageWithBg .main .nPageContainer {
    max-width: 95%;
    padding: 0;
  }
  .v2022.pageWithBg .main .nPageContainer.withShare .main-box {
    margin-right: 0px;
  }
  .v2022.pageWithBg .main .nPageContainer.withShare .share-list {
    display: none;
  }
}
.v2022 .ll-list-2 .ll-item {
  margin-bottom: 30px;
}
.v2022 .ll-list-2 .ll-item .title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #112b49;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.v2022 .ll-list-2 .ll-item ul {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.v2022 .ll-list-2 .ll-item ul li {
  list-style: none;
  border-top: 10px solid #eff5f7;
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.v2022 .ll-list-2 .ll-item ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.v2022 .ll-list-2 .ll-item ul li a .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.v2022 .ll-list-2 .ll-item ul li a .tt span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px !important;
  font-family: MicrosoftYaHei;
  color: #112b49;
}
.v2022 .ll-list-2 .ll-item ul li a .tt .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #006eb6;
  font-size: 24px;
  margin-left: 10px;
}
.v2022 .ll-list-2 .ll-item ul li a p {
  font-size: 16px;
  color: #596774;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .ll-list-2 .ll-item .title {
    font-size: 20px;
  }
  .v2022 .ll-list-2 .ll-item ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .v2022 .ll-list-2 .ll-item ul li a {
    padding: 15px;
  }
  .v2022 .ll-list-2 .ll-item ul li a .tt span {
    font-size: 18px !important;
  }
  .v2022 .ll-list-2 .ll-item ul li a p {
    font-size: 14px;
  }
}
.v2022 .share-list-box {
  width: 50px;
}
.v2022 .share-list-box .share-item {
  display: block;
  background-color: #d7d7d7;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.v2022 .share-list-box .share-item .icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.v2022 .share-list-box .share-item:hover {
  background-color: #112b49;
}
.v2022 .share-list-box .share-item + .share-item {
  margin-top: 10px;
}
.v2022 .share-list-box .wechat-qrcode {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -10px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 180px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px 4px;
  text-align: center;
}
.v2022 .share-list-box .wechat-qrcode h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.v2022 .share-list-box .wechat-qrcode img {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
.v2022 .share-list-box .wechat-qrcode p {
  font-size: 12px;
  line-height: 1.4;
}
.v2022 .share-list-box .wechat-qrcode:hover {
  display: block;
}
.zhibiao-board {
  max-width: 1260px;
  margin: 0 auto;
  background: #112b49;
  color: #fff;
  padding: 3.9vw 3.9vw 2vw 3.9vw;
}
.zhibiao-board h1 {
  font-size: 40px;
  margin-bottom: 2vw;
}
.zhibiao-board .zhibiao-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}
.zhibiao-board .zhibiao-list li .label {
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 1vw;
}
.zhibiao-board .zhibiao-list li .label .iconfont {
  color: #226a92;
  font-size: 18px;
  vertical-align: middle;
}
.zhibiao-board .zhibiao-list li .value {
  line-height: 1.5;
  font-size: 25px;
}
.zhibiao-board .zhibiao-list li .tag {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #3bc7ff;
  padding: 0 16px;
  display: inline-block;
}
.zhibiao-board .green {
  color: #2ae303;
}
.zhibiao-board .red {
  color: #df0035;
}
.zhibiao-board .update-time {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 2.2vw;
  font-style: italic;
}
@media screen and (max-width: 500px) {
  .zhibiao-board .nPageContainer {
    padding: 40px 20px 20px 20px;
  }
  .zhibiao-board h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .zhibiao-board .zhibiao-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .zhibiao-board .zhibiao-list li {
    margin-bottom: 40px;
  }
  .zhibiao-board .zhibiao-list li .label {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .zhibiao-board .zhibiao-list li .label .iconfont {
    font-size: 17px;
  }
  .zhibiao-board .zhibiao-list li .value {
    font-size: 16px;
  }
  .zhibiao-board .update-time {
    margin-top: 0px;
    font-size: 12px;
  }
}
.txt-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 20px;
}
.txt-list.list-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
.txt-list .txt-item p {
  font-size: 15px;
  color: #596774;
  line-height: 2;
}
.txt-list .txt-item .tt {
  font-size: 20px;
  font-weight: bold;
  color: #596774;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .txt-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 10px;
  }
  .txt-list .txt-item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .txt-list .txt-item .tt {
    font-size: 16px;
    color: #596774;
    line-height: 2;
  }
}
.heyueList {
  background: #122c49;
}
.heyueList .third-title {
  color: #fff;
}
.heyueList .list {
  overflow-y: scroll;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.heyueList .list .item {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  width: 224px;
  background: #243d5e;
  border-radius: 0px 0px 0px 0px;
  border-left: 4px solid #566777;
  padding: 30px 20px;
  box-sizing: border-box;
  text-decoration: none;
  margin-right: 20px;
}
.heyueList .list .item .tt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  min-height: 60px;
  margin-bottom: 40px;
  overflow: hidden;
  /* 溢出隐藏 */
  display: -webkit-box;
  /* 老版弹性盒子，存在浏览器兼容问题，需要添加-webkit，表示内容在水平方向上的排放 */
  -webkit-line-clamp: 2;
  /* 溢出的行数 */
  -webkit-box-orient: vertical;
  /* 规定内容水平排放 */
  text-decoration: none;
  word-break: break-all;
}
.heyueList .list .item ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
  font-size: 16px;
  line-height: 36px;
}
.commonQuestion .list .item {
  padding: 30px 20px;
}
.commonQuestion .list .item:nth-child(2n + 1) {
  background: #112b4a;
}
.commonQuestion .list .item:nth-child(2n) {
  background: #fff;
  border: 1px solid #112b4a;
}
.commonQuestion .list .item:nth-child(2n) .tt {
  color: #333333;
}
.commonQuestion .list .item:nth-child(2n) .ans {
  color: #5a6874;
}
.commonQuestion .list .item .tt {
  font-size: 20px;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: bold;
}
.commonQuestion .list .item .ans {
  font-size: 20px;
  color: #ffffff;
  line-height: 33px;
}
.commonQuestion .list .item + .item {
  margin-top: 20px;
}
.v2022.secret .normal-banner {
  width: 100%;
  height: 260px;
  background: -webkit-linear-gradient(left, #2f97c7, #08669d);
  background: linear-gradient(90deg, #2f97c7, #08669d);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022.secret .normal-banner .text {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022.secret .normal-banner .text img {
  display: inline-block;
  width: 70px;
  margin-right: 30px;
}
.v2022.secret .content .prograph h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  margin-bottom: 20px;
}
.v2022.secret .content .prograph ul li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  margin-bottom: 15px;
}
.v2022.secret .content .prograph ul.no li {
  margin-bottom: 0;
}
.v2022.secret .content .prograph p + ul {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .v2022.secret .main-title {
    margin-bottom: 30px;
  }
  .v2022.secret .normal-banner {
    height: 160px;
  }
  .v2022.secret .normal-banner .text {
    font-size: 28px;
  }
  .v2022.secret .normal-banner .text img {
    width: 30px;
    margin-right: 10px;
  }
  .v2022.secret .content .prograph h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .v2022.secret .content .prograph ul li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .v2022.secret .content .prograph ul.no li {
    margin-bottom: 0;
  }
  .v2022.secret .content .prograph p + ul {
    margin-top: 10px;
  }
  .v2022.secret .content .prograph p + p {
    margin-top: 10px;
  }
}
.v2022 .mh-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .mh-list .mh-item {
  width: calc(50% - 20px);
}
.v2022 .mh-list .mh-item a {
  display: block;
  text-decoration: none;
}
.v2022 .mh-list .mh-item a:hover {
  color: #3cc8ff;
}
.v2022 .mh-list .mh-item .mh-item-title {
  display: block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  text-decoration: none;
}
.v2022 .mh-list .mh-item .mh-item-title:hover {
  color: #3cc8ff;
}
.v2022 .mh-list .mh-item .mh-item-img {
  display: block;
  width: 300px;
  position: relative;
  cursor: pointer;
}
.v2022 .mh-list .mh-item .mh-item-img img {
  display: block;
  width: 100%;
}
.v2022 .mh-preview {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
}
.v2022 .mh-preview .mh-preview-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.v2022 .mh-preview .mh-preview-box {
  position: relative;
  z-index: 2;
  width: 750px;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-y: scroll;
}
.v2022 .mh-preview .mh-preview-box img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .v2022 .mh-list {
    display: block;
  }
  .v2022 .mh-list .mh-item {
    width: 100%;
  }
  .v2022 .mh-list .mh-item .mh-item-title {
    font-size: 16px;
  }
  .v2022 .mh-list .mh-item .mh-item-img {
    display: block;
    width: 200px;
  }
  .v2022 .mh-list .mh-item .mh-item-img::after {
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
  }
  .v2022 .mh-list .mh-item .mh-item-img::before {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .v2022 .mh-preview .mh-preview-box {
    height: 100%;
  }
}
.v2022.subscribe .main-title {
  border-bottom: 1px solid #BFBFBF;
}
.v2022.subscribe .form {
  padding: 0;
  border: none;
}
.v2022.subscribe .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0;
}
.v2022.subscribe .form-fields li {
  list-style: none;
}
.v2022.subscribe .form-fields li .form-item .label {
  font-size: 18px;
  color: #5A6874;
}
.v2022.subscribe .form-fields li .form-item .label strong {
  vertical-align: middle;
}
.v2022.subscribe .form-fields li .form-item .label a {
  color: #006eb6;
  text-decoration: none;
}
.v2022.subscribe .form-fields li .form-item .label a:hover {
  text-decoration: underline;
}
.v2022.subscribe .form-fields li .form-item p {
  padding-left: 24px;
}
.v2022.subscribe .form-fields li .form-item .field-input {
  margin-bottom: 5px;
}
.v2022.subscribe .form-fields li .ic-complete {
  display: none;
}
.v2022.subscribe .form-fields li input[type="checkbox"] {
  display: none;
}
.v2022.subscribe .form-fields li .iconfont {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.v2022.subscribe .form-fields li input[type="checkbox"] + .label .ic-uncheck-square {
  display: inline-block;
}
.v2022.subscribe .form-fields li input[type="checkbox"] + .label .ic-complete {
  display: none;
}
.v2022.subscribe .form-fields li input[type="checkbox"]:checked + .label .ic-uncheck-square {
  display: none;
}
.v2022.subscribe .form-fields li input[type="checkbox"]:checked + .label .ic-complete {
  display: inline-block;
}
.v2022.subscribe .form-fields .block-li {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
}
.v2022.subscribe .form-fields .block-li h4 {
  color: #112B4A;
}
.v2022.subscribe .form-fields .gap-line {
  border-bottom: 1px solid #BFBFBF;
}
.v2022.subscribe .form-box {
  background: #1F3374;
  padding: 30px;
}
.v2022.subscribe .form-box .form-fields h4 {
  color: #fff;
}
.v2022.subscribe .form-box p {
  color: #fff;
}
.v2022.subscribe .form-box .form-field {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.subscribe .form-box .form-field .iconfont {
  color: #F94242;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.v2022.subscribe .form-box .form-field .iconfont.show {
  opacity: 1;
}
.v2022.subscribe .form-box .form-field .require {
  color: #F94242;
}
.v2022.subscribe .form-box .field-input {
  display: block;
  padding: 10px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #081D37;
}
.v2022.subscribe .form-box .field-input input {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
}
.v2022.subscribe .form-box .field-input select {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
  font-family: "microsoft yahei";
}
.v2022.subscribe .form-box .field-input select option {
  background-color: #081D37;
  color: #fff;
}
.v2022.subscribe .form-box .error {
  color: #F94242;
  opacity: 0;
}
.v2022.subscribe .form-box .error.show {
  opacity: 1;
}
.v2022.subscribe .form-box .form-select .iconfont {
  right: 30px;
}
.v2022.subscribe .form-box .block-li .field-input {
  width: 100%;
  background-color: transparent;
  padding: 5px 0;
}
.v2022.subscribe .form-box .block-li .field-input .label {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.subscribe .form-box .submit {
  background: #006EB6;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .v2022.subscribe .main-title {
    font-size: 26px !important;
  }
  .v2022.subscribe .form-fields {
    display: block;
  }
  .v2022.subscribe .form-fields li {
    margin-bottom: 20px;
  }
  .v2022.subscribe .form-fields li .form-item p {
    padding-left: 0;
  }
  .v2022.subscribe .form-fields .agree {
    margin-bottom: 0px;
  }
  .v2022.subscribe .form-fields .agree .field-input .label {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v2022.subscribe .form-fields .agree .field-input .label::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
  }
  .v2022.subscribe .form-box {
    padding: 15px;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    left: -15px;
  }
  .v2022.subscribe .form-box .form-fields {
    padding: 0;
  }
  .v2022.subscribe .form-box .field-input {
    width: 100%;
    box-sizing: border-box;
  }
}
:global .video-js .vjs-tech {
  object-fit: cover;
}
.v2022.infographics-detail .pageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.infographics-detail .pageContainer .left .limit-time {
  font-size: 14px;
  color: #596774;
  margin-bottom: 40px;
}
.v2022.infographics-detail .pageContainer .left .limit-time i {
  color: #55cfff;
  font-size: 16px;
}
.v2022.infographics-detail .pageContainer .left .content img {
  width: 100%;
}
.v2022.infographics-detail .pageContainer .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 40px;
}
.v2022.infographics-detail .pageContainer .right .share-list {
  width: 50px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022.infographics-detail .pageContainer .right .recommend {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 330px;
}
.v2022.infographics-detail .pageContainer .right .recommend ul {
  margin-top: 20px;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li:first-child {
  border-top: 1px solid #eeeeee;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li a .limit-time {
  font-size: 14px;
  color: #596774;
  margin-bottom: 10px;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li a .limit-time i {
  color: #55cfff;
  font-size: 16px;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li a img {
  display: block;
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}
.v2022.infographics-detail .pageContainer .right .recommend ul li a .box p {
  font-size: 16px;
  color: #006db5;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022.infographics-detail .pageContainer {
    display: block;
  }
  .v2022.infographics-detail .pageContainer .left .limit-time {
    font-size: 14px;
    color: #596774;
    margin-bottom: 20px;
  }
  .v2022.infographics-detail .pageContainer .left .limit-time i {
    color: #55cfff;
    font-size: 16px;
  }
  .v2022.infographics-detail .pageContainer .left .content img {
    width: 100%;
  }
  .v2022.infographics-detail .pageContainer .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0px;
  }
  .v2022.infographics-detail .pageContainer .right .share-list {
    width: 50px;
    display: none;
  }
  .v2022.infographics-detail .pageContainer .right .recommend {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul {
    margin-top: 20px;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li a {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li a .limit-time {
    font-size: 14px;
    color: #596774;
    margin-bottom: 10px;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li a .limit-time i {
    color: #55cfff;
    font-size: 16px;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li a img {
    display: block;
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15px;
  }
  .v2022.infographics-detail .pageContainer .right .recommend ul li a .box p {
    font-size: 16px;
    color: #006db5;
    line-height: 24px;
  }
}
.v2022.derivative-define .pageContainer {
  clear: both;
  overflow: hidden;
}
.v2022.derivative-define .pageContainer .page-left {
  width: 460px;
  float: left;
}
.v2022.derivative-define .pageContainer .page-right {
  margin-left: 460px;
}
.v2022.derivative-define .tools .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  margin-bottom: 15px;
}
.v2022.derivative-define .tools .list {
  width: 180px;
}
.v2022.derivative-define .tools .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #006eb6;
  text-decoration: none;
}
.v2022.derivative-define .tools .list a span {
  text-decoration: underline;
}
.v2022.derivative-define .tools .list a:last-child {
  margin-bottom: 0;
}
.v2022.derivative-define .tools .list a .iconfont {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 500px) {
  .v2022.derivative-define .crumb {
    margin-top: 50px;
  }
  .v2022.derivative-define .crumb .nPageContainer {
    padding: 0;
  }
  .v2022.derivative-define .bb-banner {
    display: none;
  }
  .v2022.derivative-define .pageContainer {
    clear: both;
    overflow: hidden;
  }
  .v2022.derivative-define .pageContainer .page-left {
    width: 100%;
  }
  .v2022.derivative-define .pageContainer .page-right {
    margin-left: 0px;
  }
}
.v2022.derivative .search-box {
  background: #f1f5f7;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.v2022.derivative .search-box .input-box {
  display: block;
  background: #ebeded;
  padding: 0 15px;
  margin: 0 10px 0 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.v2022.derivative .search-box .input {
  display: block;
  width: 300px;
  height: 40px;
  background: none;
  line-height: 40px;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  padding: 0;
  margin: 0;
  color: #596774;
}
.v2022.derivative .search-box .input::-webkit-input-placeholder {
  color: #596774;
}
.v2022.derivative .search-box .input::-moz-placeholder {
  color: #596774;
}
.v2022.derivative .search-box .input:-ms-input-placeholder {
  color: #596774;
}
.v2022.derivative .search-box .input::placeholder {
  color: #596774;
}
.v2022.derivative .search-box .btn {
  width: 80px;
  height: 40px;
  background: #006db5;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .v2022.derivative .search-box {
    padding: 0;
    overflow: hidden;
  }
  .v2022.derivative .search-box .input-box {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .v2022.derivative .search-box .input-box .input {
    width: 100%;
  }
  .v2022.derivative .search-box .select {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .v2022.derivative .search-box .select .input {
    width: 100%;
  }
  .v2022.derivative .search-box .btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.v2022.weekDetail .paginationBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.weekDetail .paginationBox > div {
  font-size: 16px;
  color: #596774;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.6;
}
.v2022.weekDetail .paginationBox > div a {
  color: #006DB5;
}
.v2022.weekDetail .relative {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.v2022.weekDetail .relative .r-item .tt {
  font-size: 20px;
  color: #112B49;
  font-weight: bold;
}
.v2022.weekDetail .relative .r-item ul {
  padding: 0;
  margin: 0;
}
.v2022.weekDetail .relative .r-item ul li {
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.v2022.weekDetail .relative .r-item ul li a {
  color: #006DB5;
  line-height: 1.6;
  font-size: 16px;
}
.v2022.weekDetail .m-scroll-tt {
  display: none;
}
@media screen and (max-width: 500px) {
  .v2022.weekDetail .paginationBox {
    display: block;
  }
  .v2022.weekDetail .paginationBox > div {
    width: 100%;
  }
  .v2022.weekDetail .relative {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .v2022.weekDetail .relative .r-item {
    display: none;
  }
  .v2022.weekDetail .relative .r-item .tt {
    display: none;
  }
  .v2022.weekDetail .relative .r-item.active {
    display: block;
  }
  .v2022.weekDetail .m-scroll-tt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .v2022.weekDetail .m-scroll-tt .tt {
    font-size: 16px;
    color: #112B49;
    font-weight: bold;
  }
  .v2022.weekDetail .m-scroll-tt .tt span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .v2022.weekDetail .m-scroll-tt .tt.active {
    color: #006DB5;
  }
  .v2022.weekDetail .m-scroll-tt .tt.active span {
    border-bottom: 2px solid #006DB5;
  }
}
.v2022.login .main-title {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 50px;
}
.v2022.login .login-sub-title {
  font-weight: bold;
  color: #112b4a;
  font-size: 24px;
  margin-bottom: 20px;
}
.v2022.login .login-desc {
  font-size: 18px;
  color: #596774;
  line-height: 30px;
  margin-bottom: 80px;
}
.v2022.login .pt-80 {
  padding-top: 80px;
}
.v2022.login .form {
  padding: 0;
  border: none;
}
.v2022.login .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0;
}
.v2022.login .form-fields li {
  list-style: none;
}
.v2022.login .form-fields li .form-item .label {
  font-size: 18px;
  color: #5a6874;
}
.v2022.login .form-fields li .form-item .label strong {
  vertical-align: middle;
}
.v2022.login .form-fields li .form-item .label a {
  color: #006eb6;
  text-decoration: none;
}
.v2022.login .form-fields li .form-item .label a:hover {
  text-decoration: underline;
}
.v2022.login .form-fields li .form-item p {
  padding-left: 24px;
}
.v2022.login .form-fields li .form-item .field-input {
  margin-bottom: 5px;
}
.v2022.login .form-fields li .ic-complete {
  display: none;
}
.v2022.login .form-fields li input[type='checkbox'] {
  display: none;
}
.v2022.login .form-fields li .iconfont {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.v2022.login .form-fields li input[type='checkbox'] + .label .ic-uncheck-square {
  display: inline-block;
}
.v2022.login .form-fields li input[type='checkbox'] + .label .ic-complete {
  display: none;
}
.v2022.login .form-fields li input[type='checkbox']:checked + .label .ic-uncheck-square {
  display: none;
}
.v2022.login .form-fields li input[type='checkbox']:checked + .label .ic-complete {
  display: inline-block;
}
.v2022.login .form-fields .block-li {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
}
.v2022.login .form-fields .block-li h4 {
  color: #112b4a;
}
.v2022.login .form-fields .gap-line {
  border-bottom: 1px solid #bfbfbf;
}
.v2022.login .form-box {
  background: #313d47;
  padding: 60px 40px;
}
.v2022.login .form-box .form-fields h4 {
  color: #fff;
}
.v2022.login .form-box p {
  color: #fff;
}
.v2022.login .form-box .form-field {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.login .form-box .form-field .iconfont {
  color: #f94242;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.v2022.login .form-box .form-field .iconfont.show {
  opacity: 1;
}
.v2022.login .form-box .form-field .require {
  color: #f94242;
}
.v2022.login .form-box .field-input {
  display: block;
  padding: 10px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #475159;
  border: solid 1px #6b7379;
}
.v2022.login .form-box .field-input.field-input1 {
  border: none;
}
.v2022.login .form-box .field-input.field-input1 .label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.login .form-box .field-input.field-input1 .label .label-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
}
.v2022.login .form-box .field-input input {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
}
.v2022.login .form-box .field-input select {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
  font-family: 'microsoft yahei';
}
.v2022.login .form-box .field-input select option {
  background-color: #081d37;
  color: #fff;
}
.v2022.login .form-box .error {
  color: #f94242;
  opacity: 0;
}
.v2022.login .form-box .error.show {
  opacity: 1;
}
.v2022.login .form-box .form-select .iconfont {
  right: 30px;
}
.v2022.login .form-box .block-li .field-input {
  width: 100%;
  background-color: transparent;
  padding: 5px 0;
}
.v2022.login .form-box .block-li .field-input .label {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.login .form-box .submit {
  background: #25a9df;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .v2022.login .nPageContainer {
    padding-bottom: 30px;
  }
  .v2022.login .main-title {
    font-size: 24px !important;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .v2022.login .pt-80 {
    padding-top: 40px;
  }
  .v2022.login .login-sub-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .v2022.login .login-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .v2022.login .form-fields {
    display: block;
  }
  .v2022.login .form-fields li {
    margin-bottom: 20px;
  }
  .v2022.login .form-fields li .form-item p {
    padding-left: 0;
  }
  .v2022.login .form-fields .agree {
    margin-bottom: 20px;
  }
  .v2022.login .form-fields .agree .field-input .label {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v2022.login .form-fields .agree .field-input .label::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
  }
  .v2022.login .form-box {
    padding: 15px;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    left: -15px;
  }
  .v2022.login .form-box .form-fields {
    padding: 0;
  }
  .v2022.login .form-box .field-input {
    width: 100%;
    box-sizing: border-box;
  }
  .v2022.login .form-box .field-input.field-input1 {
    border: none;
  }
  .v2022.login .form-box .field-input.field-input1 .label {
    font-size: 14px;
    height: auto;
    line-height: 30px!important;
  }
  .v2022.login .form-box .field-input.field-input1 .label .label-text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 2px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: 0;
  }
  .v2022.login .form-box .submit {
    all: inherit;
    -webkit-appearance: none;
    display: inline-block;
    background: #25a9df;
    border-radius: 4px;
    border: none;
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 30px;
    cursor: pointer;
  }
}
:global .video-js .vjs-tech {
  object-fit: cover;
}
.v2022.regulatory-notice .main .nPageContainer {
  color: #596774;
}
.v2022.regulatory-notice .main .nPageContainer a {
  color: #006db5;
}
.v2022.regulatory-notice .main .nPageContainer .title {
  font-size: 32px;
  font-weight: bold;
  color: #112b49;
  padding-bottom: 15px;
  border-bottom: solid #45c9fd 4px;
  margin-bottom: 30px;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .desc {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 20px;
  color: #596774;
  line-height: 30px;
  margin-right: 40px;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn1 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 220px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  text-decoration: none;
  background: #006eb6;
  color: #ffffff;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn1:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn2 {
  display: block;
  box-sizing: border-box;
  padding: 14px 25px;
  width: 340px;
  height: 70px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #006eb6;
  color: #ffffff;
  text-decoration: none;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn2:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .sub-title {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #112b49;
  line-height: 32px;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item {
  border-bottom: 1px solid #9fa5ab;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  color: #112b49;
  line-height: 30px;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  color: #3bc7ff;
  cursor: pointer;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon.unfold::after {
  content: '+';
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon::after {
  content: '-';
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer {
  font-size: 16px;
  color: #596774;
  line-height: 24px;
  margin-top: 18px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  overflow: hidden;
  height: auto;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer.hidden {
  margin-top: 0;
  height: 0;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer i {
  font-weight: bold;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer .arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer .arrow:hover::after {
  background-image: url('/assets/v2022/img/iconRight22.png');
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer .arrow::after {
  content: '';
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-left: 4px;
  background: url('/assets/v2022/img/iconRight21.png') no-repeat center / cover;
}
@media screen and (max-width: 500px) {
  .v2022.regulatory-notice .main .nPageContainer .title {
    font-size: 21px;
    font-weight: bold;
    color: #112b49;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc {
    display: block;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .desc {
    margin-right: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list {
    display: block;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn1 {
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 0;
    margin-bottom: 10px;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 40px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .sub-title {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon {
    display: none;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer {
    font-size: 14px;
    line-height: 24px;
  }
}
.lv-qihuo .notice-box {
  display: inline-block;
  position: relative;
}
.lv-qihuo .notice-box .notice-content {
  display: none;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #fff;
  border-radius: 20px;
  color: #112b49;
  font-size: 15px;
  line-height: 2;
  padding: 20px;
  width: 266px;
  box-sizing: border-box;
}
.lv-qihuo .notice-box .notice-content::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-90%, -50%);
      -ms-transform: translate(-90%, -50%);
          transform: translate(-90%, -50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
}
.lv-qihuo .notice-box.active .notice-content {
  display: block;
}
.lv-qihuo .change-tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lv-qihuo .change-tt .change {
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lv-qihuo .change-tt .change .change-btn {
  background: #f1f5f7;
  font-size: 14px;
  line-height: 32px;
  color: #656565;
  padding: 0 20px;
  cursor: pointer;
}
.lv-qihuo .change-tt .change .change-btn.active {
  color: #fff;
  background: #006db5;
}
.lv-qihuo .qiquan-list {
  border: 1px solid #cfd7db;
  display: none;
}
.lv-qihuo .qiquan-list.active {
  display: block;
}
.lv-qihuo .qiquan-list li {
  border-bottom: 1px solid #cfd7db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
}
.lv-qihuo .qiquan-list li:last-child {
  border-bottom: none;
}
.lv-qihuo .qiquan-list li .label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  width: 20%;
  background: #112b49;
}
.lv-qihuo .qiquan-list li .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  font-size: 14px;
  color: #656565;
  line-height: 1.5;
  background: #f1f5f7;
}
@media screen and (max-width: 500px) {
  .lv-qihuo .notice-box .notice-content {
    border-radius: 15px;
    line-height: 2;
    font-size: 14px;
    padding: 15px;
    width: 240px;
  }
  .lv-qihuo .qiquan-list li:last-child {
    border-bottom: none;
  }
  .lv-qihuo .qiquan-list li .label {
    padding: 10px;
    width: 22%;
  }
  .lv-qihuo .qiquan-list li .value {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px;
  }
}
.monthCode h1 {
  text-align: center;
}
.monthCode .flex-center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monthCode .monthCode-list-wrapper {
  width: 500px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid #c1c9cd;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item > span {
  display: block;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px 10px;
  font-size: 16px;
  color: #122c49;
  box-sizing: border-box;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item > span:nth-child(1) {
  border-right: 1px solid #c1c9cd;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item:nth-child(2n) {
  background-color: #f1f5f7;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item.thead {
  background-color: #112b49;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item.thead > span {
  color: #fff;
}
.monthCode .month-cdeo-tutorial {
  display: inline-block;
  width: 300px;
  height: 120px;
  margin-top: 126px;
  background: #112b4a;
  box-sizing: border-box;
  padding: 25px 30px;
  font-size: 24px;
  line-height: 36px;
  position: relative;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-title {
  color: #3cc8ff;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-text {
  color: #fff;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-arrow {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
  background-color: #7fdbff;
  width: 50px;
  height: 50px;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-arrow .iconfont {
  color: #081d37;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .monthCode .flex-center-wrapper {
    display: block;
  }
  .monthCode .flex-center-wrapper {
    display: block;
  }
  .monthCode .monthCode-list-wrapper {
    width: auto;
    margin-right: 0;
  }
  .monthCode .month-cdeo-tutorial {
    width: 100%;
    margin-top: 20px;
  }
}
.v2022 .market-data .market-data-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .market-data .market-data-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 33%;
  text-decoration: none;
  padding: 30px 20px 20px;
  background-color: #112B49;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.v2022 .market-data .market-data-card-list .card-item:nth-child(2) {
  margin: 0 30px;
}
.v2022 .market-data .market-data-card-list .card-item .card-title {
  margin-bottom: 20px;
}
.v2022 .market-data .market-data-card-list .card-item .card-title .iconfont {
  font-size: 20px;
  color: #3CC8FF;
}
.v2022 .market-data .market-data-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.v2022 .market-data .market-data-summary-wrapper {
  background-color: #112B4A;
  padding: 0 20px;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  line-height: 1.4;
  border-bottom: solid 1px #257BA5;
  color: #fff;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item:last-child {
  border-bottom: none;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title1 {
  font-size: 20px;
  font-weight: bold;
  color: #e3e935;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .desc {
  font-size: 16px;
  color: #fff;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a {
  font-size: 20px;
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a .iconfont {
  font-size: 20px;
  margin-left: 5px;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 500px;
  margin-left: 60px;
  background-color: #081D37;
  padding: 0 40px;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item {
  border-bottom: 2px solid #257ba5;
  padding: 30px 0;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item:last-child {
  border-bottom: none;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .number {
  font-size: 34px;
  color: #2AE303;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .label {
  font-size: 16px;
  font-weight: bold;
}
.v2022 .market-data .message-card-list-title .message-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.v2022 .market-data .message-card-list-title .message-title .message-title-item {
  font-size: 34px;
  font-weight: bold;
  color: #112b4a;
}
.v2022 .market-data .message-card-list-title .message-title .message-title-more {
  font-size: 16px;
  color: #006eb6;
}
.v2022 .market-data .message-card-list-title .tip {
  font-size: 16px;
  color: #5D6873;
}
.v2022 .market-data .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .market-data .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .market-data .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .market-data .market-data-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v2022 .market-data .market-data-card-list .card-item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    text-decoration: none;
    padding: 15px 10px 10px;
    background-color: #112B49;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }
  .v2022 .market-data .market-data-card-list .card-item:nth-child(2) {
    margin: 10px 0;
  }
  .v2022 .market-data .market-data-card-list .card-item .card-title {
    margin-bottom: 10px;
  }
  .v2022 .market-data .market-data-card-list .card-item .card-title .iconfont {
    font-size: 12px;
    color: #3CC8FF;
  }
  .v2022 .market-data .market-data-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
  }
  .v2022 .market-data .market-data-summary-wrapper {
    padding: 0 10px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px 0;
    line-height: 1.4;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item:last-child {
    border-bottom: none;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title1 {
    font-size: 14px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title2 {
    font-size: 16px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .desc {
    font-size: 12px;
    color: #fff;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a {
    font-size: 14px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 20px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item {
    border-bottom: 2px solid #257ba5;
    padding: 15px 0;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item:last-child {
    border-bottom: none;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .number {
    font-size: 18px;
    color: #2AE303;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .label {
    font-size: 12px;
    font-weight: bold;
  }
  .v2022 .market-data .message-card-list-title .message-title .message-title-item {
    font-size: 18px;
  }
  .v2022 .market-data .message-card-list-title .message-title .message-title-more {
    font-size: 12px;
  }
  .v2022 .market-data .message-card-list-title .tip {
    font-size: 12px;
    color: #5D6873;
  }
  .v2022 .market-data .concat-wrapper {
    height: 125px;
    padding: 20px ;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .market-data .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .market-data .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .data-training-center .sub-desc {
  font-size: 16px;
  color: #5A6874;
}
.v2022 .data-training-center .data-training-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .data-training-center .data-training-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 25%;
  height: 187px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.2);
  color: #5A6874;
  padding: 30px 20px;
  box-sizing: border-box;
}
.v2022 .data-training-center .data-training-card-list .card-item:nth-child(3n) {
  margin-right: 0;
}
.v2022 .data-training-center .data-training-card-list .card-item .card-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .data-training-center .data-training-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 30px;
}
.v2022 .data-training-center .data-training-qa-wrapper a {
  text-decoration: none;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-title {
  font-size: 24px;
  color: #112B4A;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-item {
  color: #5A6874;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-question {
  font-weight: bold;
  font-size: 20px;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-answer {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .data-training-center .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .data-training-center .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .data-training-center .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .data-training-center .sub-desc {
    font-size: 12px;
  }
  .v2022 .data-training-center .data-training-card-list {
    display: block;
  }
  .v2022 .data-training-center .data-training-card-list .card-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
  }
  .v2022 .data-training-center .data-training-card-list .card-item .card-title {
    font-size: 14px;
  }
  .v2022 .data-training-center .data-training-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .data-training-center .data-training-qa-wrapper .qa-title {
    font-size: 16px;
  }
  .v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-question {
    font-weight: bold;
    font-size: 14px;
  }
  .v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-answer {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .data-training-center .concat-wrapper {
    height: 125px;
    padding: 20px ;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .data-training-center .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .data-training-center .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  line-height: 1.6;
  padding: 30px 20px;
  background-color: #112B4A;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .left {
  width: 45%;
  border-right: solid 1px #3CC8FF;
  padding-right: 40px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .left .title {
  font-size: 24px;
  font-weight: bold;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .left .desc {
  font-size: 16px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right {
  width: 55%;
  padding-left: 40px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  color: #fff;
  line-height: 30px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a {
  width: 40%;
  color: #fff;
  text-decoration: none;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a:nth-child(odd) {
  margin-right: 40px;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper a {
  text-decoration: none;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-title {
  font-size: 24px;
  color: #112B4A;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item {
  color: #5A6874;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-question {
  font-weight: bold;
  font-size: 20px;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-answer {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .futures-and-options-data .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .futures-and-options-data .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .futures-and-options-data .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-title {
    font-size: 16px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-question {
    font-weight: bold;
    font-size: 14px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-answer {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item {
    display: block;
    padding: 15px 10px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #3CC8FF;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .left .title {
    font-size: 16px;
    font-weight: bold;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .left .desc {
    font-size: 12px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right {
    width: 100%;
    padding-left: 0;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right .title {
    font-size: 14px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a {
    width: 50%;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a:nth-child(odd) {
    margin-right: 0;
  }
  .v2022 .futures-and-options-data .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .futures-and-options-data .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .futures-and-options-data .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 20px;
  background-color: #112B4A;
  line-height: 1.6;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left {
  width: 60%;
  box-sizing: border-box;
  padding-right: 40px;
  border-right: solid 1px #3CC8FF;
  color: #fff;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title .iconfont {
  font-size: 24px;
  color: #3CC8FF;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .desc {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right {
  width: 40%;
  box-sizing: border-box;
  padding-left: 20px;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .number {
  font-size: 28px;
  color: #2AE303;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .desc {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.v2022 .benchmark-management-reference-data .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .benchmark-management-reference-data .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .benchmark-management-reference-data .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item {
    padding: 15px 10px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left {
    padding-right: 15px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title {
    font-size: 16px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title .iconfont {
    font-size: 16px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .desc {
    font-size: 12px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right {
    padding-left: 10px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .number {
    font-size: 18px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .desc {
    font-size: 12px;
  }
  .v2022 .benchmark-management-reference-data .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .benchmark-management-reference-data .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .benchmark-management-reference-data .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .cvol .cvol-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .cvol .cvol-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  width: 25%;
  background: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.2);
  color: #5a6874;
  padding: 30px 20px;
  box-sizing: border-box;
}
.v2022 .cvol .cvol-card-list .card-item:nth-child(3n) {
  margin-right: 0;
}
.v2022 .cvol .cvol-card-list .card-item .card-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .cvol .cvol-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 30px;
}
.v2022 .cvol .info-card {
  background-color: #112b4a;
  padding: 40px 20px;
  color: #ffffff;
  line-height: 1.6;
}
.v2022 .cvol .info-card .title {
  font-size: 24px;
  font-weight: bold;
}
.v2022 .cvol .info-card .desc {
  font-size: 16px;
}
.v2022 .cvol .info-card a {
  color: inherit;
}
.v2022 .cvol .cvol-step-list {
  line-height: 1.6;
  color: #5d6873;
}
.v2022 .cvol .cvol-step-list .title {
  color: #112b4a;
  font-size: 24px;
  font-weight: bold;
}
.v2022 .cvol .cvol-step-list .tip {
  font-size: 16px;
}
.v2022 .cvol .cvol-step-list .item .item-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .cvol .cvol-step-list .item .desc {
  font-size: 16px;
}
.v2022 .cvol .video-title {
  font-size: 34px;
  font-weight: bold;
  color: #112b4a;
}
.v2022 .cvol .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .cvol .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .cvol .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .cvol .cvol-card-list {
    display: block;
  }
  .v2022 .cvol .cvol-card-list .card-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .v2022 .cvol .cvol-card-list .card-item .card-title {
    font-size: 14px;
  }
  .v2022 .cvol .cvol-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .cvol .info-card {
    padding: 20px 10px;
  }
  .v2022 .cvol .info-card .title {
    font-size: 16px;
  }
  .v2022 .cvol .info-card .desc {
    font-size: 12px;
  }
  .v2022 .cvol .cvol-step-list .title {
    font-size: 16px;
  }
  .v2022 .cvol .cvol-step-list .tip {
    font-size: 12px;
  }
  .v2022 .cvol .cvol-step-list .item .item-title {
    font-size: 14px;
  }
  .v2022 .cvol .cvol-step-list .item .desc {
    font-size: 12px;
  }
  .v2022 .cvol .video-title {
    font-size: 20px;
  }
  .v2022 .cvol .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .cvol .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .cvol .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .term-sofr .term-sofr-info-wrapper {
  padding: 20px 40px;
  background-color: #112B4A;
  color: #fff;
  line-height: 1.6;
}
.v2022 .term-sofr .term-sofr-info-wrapper .date {
  font-style: italic;
  font-size: 16px;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 25%;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .label {
  font-size: 16px;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .number {
  color: #2AE303;
  font-size: 28px;
}
.v2022 .term-sofr .term-sofr-info-wrapper .tip {
  font-style: italic;
}
.v2022 .term-sofr .term-sofr-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  line-height: 1.6;
}
.v2022 .term-sofr .term-sofr-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  width: 25%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.2);
  color: #5A6874;
  padding: 30px 20px;
  box-sizing: border-box;
}
.v2022 .term-sofr .term-sofr-card-list .card-item:nth-child(3n) {
  margin-right: 0;
}
.v2022 .term-sofr .term-sofr-card-list .card-item .card-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .term-sofr .term-sofr-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 30px;
}
.v2022 .term-sofr .term-sofr-question-wrapper {
  line-height: 1.6;
}
.v2022 .term-sofr .term-sofr-question-wrapper .text {
  font-size: 16px;
  color: #5A6874;
}
.v2022 .term-sofr .term-sofr-question-wrapper .item .item-title {
  color: #112B4A;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.v2022 .term-sofr .term-sofr-question-wrapper .item .item-tip {
  color: #5A6874;
  font-size: 16px;
  font-weight: bold;
}
.v2022 .term-sofr .term-sofr-question-wrapper .item a {
  color: #3cc8ff;
}
.v2022 .term-sofr .bg-gray {
  background-color: #F1F5F7;
  line-height: 1.6;
}
.v2022 .term-sofr .bg-gray .text {
  color: #5D6873;
  font-size: 16px;
  line-height: 33px;
}
.v2022 .term-sofr .bg-gray .img1 {
  width: 100%;
  height: auto;
}
.v2022 .term-sofr .bg-gray .title2 {
  color: #112B4A;
  font-size: 20px;
  font-weight: bold;
}
.v2022 .term-sofr .bg-gray .img2 {
  display: block;
  width: 800px;
  margin: 0 auto;
}
.v2022 .term-sofr .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
  line-height: 1.6;
}
.v2022 .term-sofr .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .term-sofr .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .term-sofr .video-title {
  font-size: 34px;
  font-weight: bold;
  color: #112b4a;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .term-sofr .term-sofr-info-wrapper {
    padding: 10px 20px;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .date {
    font-size: 12px;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list {
    display: block;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px !important;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .number {
    font-size: 16px;
  }
  .v2022 .term-sofr .term-sofr-card-list {
    display: block;
  }
  .v2022 .term-sofr .term-sofr-card-list .card-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .v2022 .term-sofr .term-sofr-card-list .card-item .card-title {
    font-size: 14px;
  }
  .v2022 .term-sofr .term-sofr-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .term-sofr .term-sofr-question-wrapper .text {
    font-size: 12px;
  }
  .v2022 .term-sofr .term-sofr-question-wrapper .item .item-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .v2022 .term-sofr .term-sofr-question-wrapper .item .item-tip {
    font-size: 12px;
  }
  .v2022 .term-sofr .bg-gray {
    background-color: #F1F5F7;
  }
  .v2022 .term-sofr .bg-gray .text {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .term-sofr .bg-gray .img1 {
    width: 100%;
  }
  .v2022 .term-sofr .bg-gray .title2 {
    font-size: 12px;
  }
  .v2022 .term-sofr .bg-gray .img2 {
    display: block;
    width: 100%;
  }
  .v2022 .term-sofr .video-title {
    font-size: 20px;
  }
  .v2022 .term-sofr .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .term-sofr .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .term-sofr .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .text-blur {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.v2022 .trade-rules .mb-15 {
  margin-bottom: 15px;
}
.v2022 .trade-rules .hr-line {
  height: 4px;
  background: #46C9FD;
}
.v2022 .trade-rules ul,
.v2022 .trade-rules li {
  line-height: 20px;
}
.v2022 .trade-rules .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .trade-rules .info .info-left {
  font-size: 20px;
  line-height: 1.5;
  color: #5A6874;
  margin-right: 50px;
}
.v2022 .trade-rules .info .info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  color: #fff;
  background-color: #006EB6;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .v2022 .trade-rules .hr-line {
    height: 2px;
  }
  .v2022 .trade-rules .info {
    display: block;
  }
  .v2022 .trade-rules .info .info-left {
    font-size: 14px;
    line-height: 1.5;
    margin-right: 0;
  }
  .v2022 .trade-rules .info .info-right {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
  }
  .v2022 .trade-rules th {
    padding: 10px 15px !important;
  }
}
.span2-framework-recommendation-banner .banner-box .content .banner-text .banner-info {
  font-size: 16px;
  font-weight: bold;
  color: #e3e935;
}
@media screen and (max-width: 500px) {
  .span2-framework-recommendation-banner .banner-box .content .banner-text .banner-info {
    font-size: 14px;
    font-weight: bold;
    color: #e3e935;
  }
}
.span2-framework-recommendation .nvideo-container {
  height: auto;
}
.span2-framework-recommendation .singleVideo {
  width: 100%;
  height: 540px;
}
.span2-framework-recommendation .singleVideo iframe {
  width: 100%;
  height: 100%;
}
.span2-framework-recommendation ul {
  padding: 0 0 0 20px;
}
.span2-framework-recommendation ul li {
  list-style: disc;
}
.span2-framework-recommendation .top-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left {
  width: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  border-right: solid 1px #707070;
  padding-right: 50px;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left .content {
  font-size: 20px;
  color: #5A6874;
  line-height: 36px;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-info {
  line-height: 36px;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-tip {
  font-weight: bold;
}
.span2-framework-recommendation .top-nav-wrapper .nav-item-list {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 60px;
}
.span2-framework-recommendation .top-nav-wrapper .nav-item-list .tt {
  font-size: 16px;
  color: #112B4A;
  line-height: 32px;
}
.span2-framework-recommendation .top-nav-wrapper .nav-item-list .list a {
  font-size: 16px;
  color: #006EB6;
  line-height: 30px;
}
.span2-framework-recommendation .video-info {
  font-size: 16px;
  color: #5A6874;
  line-height: 30px;
}
.span2-framework-recommendation .cart-wrapper {
  background: #112B4A;
  padding: 30px 20px 20px;
}
.span2-framework-recommendation .cart-wrapper .text {
  font-size: 20px;
  color: #E3E935;
  line-height: 24px;
}
.span2-framework-recommendation .cart-wrapper .cart-wrapper-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.span2-framework-recommendation .cart-wrapper a {
  color: #3cc8ff;
  font-size: 20px;
  line-height: 40px;
}
.span2-framework-recommendation .info {
  font-size: 16px;
  color: #5A6874;
  line-height: 30px;
}
.span2-framework-recommendation .card-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.span2-framework-recommendation .card-list-3 .card-item {
  padding: 30px 13px 20px 20px;
  color: #fff;
  width: 30%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #112B49;
}
.span2-framework-recommendation .card-list-3 .card-item:nth-child(2) {
  margin: 0 30px;
}
.span2-framework-recommendation .card-list-3 .card-item .card-item-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.span2-framework-recommendation .card-list-3 .card-item .card-item-detail {
  font-size: 16px;
  line-height: 36px;
}
.span2-framework-recommendation .card-tip {
  color: #5a6874;
  font-size: 16px;
  line-height: 30px;
}
.span2-framework-recommendation .table-wrapper {
  color: #fff;
}
.span2-framework-recommendation .table-wrapper .table-title {
  font-size: 24px;
  line-height: 32px;
}
.span2-framework-recommendation .table-wrapper .table-title-desc {
  font-size: 16px;
  line-height: 30px;
}
.span2-framework-recommendation .table-wrapper .h-line {
  height: 1px;
  background: #4C647E;
}
.span2-framework-recommendation .table-wrapper .table-title-2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.span2-framework-recommendation .table-wrapper .table-border {
  width: 100%;
  border: solid 1px #4C647E;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.span2-framework-recommendation .table-wrapper .table-border th,
.span2-framework-recommendation .table-wrapper .table-border td {
  border-left: 1px solid #4C647E;
  border-top: 1px solid #4C647E;
  padding: 14px 20px;
  vertical-align: baseline;
}
.span2-framework-recommendation .table-wrapper .table-border .td-bg {
  background: #1F3655;
}
.span2-framework-recommendation .table-wrapper .table-border .td-center {
  vertical-align: middle;
}
.span2-framework-recommendation .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.span2-framework-recommendation .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.span2-framework-recommendation .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .span2-framework-recommendation .singleVideo {
    height: auto;
  }
  .span2-framework-recommendation .singleVideo iframe {
    height: 210px;
  }
  .span2-framework-recommendation .top-nav-wrapper {
    display: block;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left {
    width: 100%;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left .content {
    font-size: 14px;
    color: #5A6874;
    line-height: 24px;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-info {
    line-height: 24px;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-tip {
    font-weight: normal;
  }
  .span2-framework-recommendation .top-nav-wrapper .nav-item-list {
    padding-right: 0;
    margin-top: 20px;
  }
  .span2-framework-recommendation .top-nav-wrapper .nav-item-list .tt {
    font-size: 16px;
    color: #112B4A;
    line-height: 32px;
    font-weight: bold;
  }
  .span2-framework-recommendation .top-nav-wrapper .nav-item-list .list a {
    font-size: 14px;
    color: #006EB6;
    line-height: 30px;
  }
  .span2-framework-recommendation .video-info {
    font-size: 14px;
    color: #5A6874;
    line-height: 24px;
  }
  .span2-framework-recommendation .cart-wrapper {
    padding: 15px 10px 10px;
    margin: -10px auto -10px;
  }
  .span2-framework-recommendation .cart-wrapper .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .cart-wrapper .cart-wrapper-title {
    font-size: 16px;
    line-height: 30px;
  }
  .span2-framework-recommendation .cart-wrapper a {
    font-size: 14px;
    line-height: 20px;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 {
    padding-top: 0;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 {
    display: block;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 .card-item {
    margin: 0 0 10px 0;
    width: auto;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 .card-item .card-item-title {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 .card-item .card-item-detail {
    font-size: 14px;
    line-height: 18px;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-tip {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .span2-framework-recommendation .table-wrapper .table-title-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .table-wrapper .table-title-2 {
    font-size: 15px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .table-wrapper .table-border {
    font-size: 12px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .table-wrapper .table-tip {
    line-height: 1.6;
  }
  .span2-framework-recommendation .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .span2-framework-recommendation .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .span2-framework-recommendation .concat-wrapper .tip {
    font-size: 12px;
  }
}
.span2-algorithms-and-functions ul {
  padding: 0 0 0 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.span2-algorithms-and-functions ul li {
  list-style: disc;
}
.span2-algorithms-and-functions .card-summary-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #006EB6;
  border-left: 6px solid #006EB6;
  padding: 30px 60px 30px;
}
.span2-algorithms-and-functions .card-summary-box .card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.span2-algorithms-and-functions .card-summary-box .card-item img {
  height: 54px;
  width: auto;
}
.span2-algorithms-and-functions .card-summary-box .card-item .card-title {
  font-size: 20px;
  line-height: 1.6;
  color: #112b4a;
}
.span2-algorithms-and-functions .card-section-detail .card-section-detail-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.span2-algorithms-and-functions .card-section-detail .card-section-detail-title img {
  height: 41px;
  width: auto;
  margin-right: 15px;
}
.span2-algorithms-and-functions .card-section-detail .card-section-detail-title .title-text {
  font-weight: bold;
  font-size: 20px;
  color: #112B4A;
  line-height: 1.6;
}
.span2-algorithms-and-functions .card-section-detail .img-wrapper {
  text-align: center;
}
.span2-algorithms-and-functions .card-section-detail .img-wrapper .img1 {
  height: 350px;
  width: auto;
}
.span2-algorithms-and-functions .card-section-detail .img-wrapper .img2 {
  height: 800px;
  width: auto;
}
.span2-algorithms-and-functions .links ul {
  color: #5A6874;
  list-style-type: disc;
  /* 或者 disc, circle 等 */
}
.span2-algorithms-and-functions .links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.span2-algorithms-and-functions .links ul li img {
  width: 22px;
  height: auto;
  margin-left: 5px;
}
.span2-algorithms-and-functions .links ul a {
  margin-left: 5px;
  font-size: 16px;
  color: #006EB6;
  line-height: 30px;
}
.span2-algorithms-and-functions .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.span2-algorithms-and-functions .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.span2-algorithms-and-functions .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .span2-algorithms-and-functions .card-summary-box {
    display: block;
  }
  .span2-algorithms-and-functions .card-summary-box .card-item {
    margin-bottom: 30px;
  }
  .span2-algorithms-and-functions .card-summary-box .card-item:last-child {
    margin-bottom: 0;
  }
  .span2-algorithms-and-functions .card-section-detail .card-section-detail-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .span2-algorithms-and-functions .card-section-detail .card-section-detail-title img {
    height: 20px;
    width: auto;
    margin-right: 5px;
  }
  .span2-algorithms-and-functions .card-section-detail .card-section-detail-title .title-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-and-functions .card-section-detail .img-wrapper .img1,
  .span2-algorithms-and-functions .card-section-detail .img-wrapper .img2 {
    width: 100%;
    height: auto;
  }
  .span2-algorithms-and-functions .links ul {
    font-size: 12px;
  }
  .span2-algorithms-and-functions .links ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .span2-algorithms-and-functions .links ul li img {
    width: 10px;
    margin-left: 3px;
  }
  .span2-algorithms-and-functions .links ul a {
    margin-left: 5px;
    font-size: 12px;
    color: #006EB6;
  }
  .span2-algorithms-and-functions .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .span2-algorithms-and-functions .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .span2-algorithms-and-functions .concat-wrapper .tip {
    font-size: 12px;
  }
}
.span2-algorithms-intro {
  color: #5A6874;
}
.span2-algorithms-intro ul {
  padding: 0 0 0 20px;
}
.span2-algorithms-intro ul li {
  list-style: disc;
}
.span2-algorithms-intro .fz-16 {
  font-size: 16px;
  line-height: 30px;
}
.span2-algorithms-intro .span2-algorithms-intro-item {
  padding: 30px 0;
  border-bottom: 1px solid #A0A6AC;
}
.span2-algorithms-intro .span2-algorithms-intro-item.border-top {
  border-top: 1px solid #A0A6AC;
}
.span2-algorithms-intro .span2-algorithms-intro-item.fold .span2-algorithms-intro-item-title .icon {
  background-image: url(/assets/v2022/img/span2AlgorithmsIntro/add.png);
}
.span2-algorithms-intro .span2-algorithms-intro-item.fold .span2-algorithms-intro-item-detail-content {
  display: none;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-title .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(/assets/v2022/img/span2AlgorithmsIntro/jian.png) center center no-repeat;
  background-size: 14px auto;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-detail-content {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-detail-content .gray-bg {
  background: #F1F5F7;
  padding: 20px;
}
.span2-algorithms-intro .ad-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}
.span2-algorithms-intro .ad-wrapper .flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.span2-algorithms-intro .ad-wrapper .flex-content .group {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 30px;
}
.span2-algorithms-intro .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.span2-algorithms-intro .links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 200px;
  color: #006EB6;
}
.span2-algorithms-intro .links a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.span2-algorithms-intro .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.span2-algorithms-intro .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.span2-algorithms-intro .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .span2-algorithms-intro {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-detail-content {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-intro .fz-16 {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-intro .ad-wrapper .flex-content {
    display: block;
  }
  .span2-algorithms-intro .ad-wrapper .flex-content .group {
    width: 100%;
  }
  .span2-algorithms-intro .links a {
    margin-right: 20px;
  }
  .span2-algorithms-intro .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .span2-algorithms-intro .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .span2-algorithms-intro .concat-wrapper .tip {
    font-size: 12px;
  }
}
.futures-options ul {
  padding-left: 20px;
  list-style: disc;
}
.futures-options .fz-20 {
  font-size: 20px;
  line-height: 1.8;
  color: #5a6874;
}
.futures-options .fz-16 {
  font-size: 16px;
}
.futures-options .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 124px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.futures-options .btn:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.futures-options .btn:hover a {
  color: #112b4a;
}
.futures-options .btn a {
  color: #fff;
  text-decoration: none;
}
.futures-options .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.futures-options .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.futures-options .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .futures-options .fz-20 {
    font-size: 14px;
  }
  .futures-options .fz-16 {
    font-size: 12px;
  }
  .futures-options .btn {
    width: 100%;
  }
  .futures-options .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .futures-options .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .futures-options .concat-wrapper .tip {
    font-size: 12px;
  }
}
.liquidation-banner .banner-box .content .banner-text .banner-info {
  font-size: 16px;
  font-weight: bold;
  color: #e3e935;
}
@media screen and (max-width: 500px) {
  .liquidation-banner .banner-box .content .banner-text .banner-info {
    font-size: 14px;
    font-weight: bold;
    color: #e3e935;
  }
}
.liquidation {
  color: #5a6874;
}
.liquidation .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}
.liquidation .fz-20 {
  font-size: 20px;
  line-height: 36px;
}
.liquidation .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.3);
}
.liquidation .item-box .left-line {
  width: 10px;
  height: 130px;
  margin-right: 10px;
  background: -webkit-linear-gradient(top, #38C6FF 0%, #066EB1 100%);
  background: linear-gradient(180deg, #38C6FF 0%, #066EB1 100%);
}
.liquidation .item-box .right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liquidation .item-box .right-text .title {
  font-weight: 400;
  font-size: 24px;
  color: #112B4A;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.liquidation .item-box .right-text .title a {
  font-size: 24px;
  color: #112B4A;
  line-height: 32px;
  text-decoration: none;
}
.liquidation .item-box .right-text .title .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #38C6FF;
}
.liquidation .item-box .right-text .info {
  font-size: 16px;
  line-height: 30px;
  color: #5a6874;
}
.liquidation .blue-box {
  padding: 40px 20px;
  background: #112B4A;
  color: #fff;
}
.liquidation .blue-box .third-title {
  color: #fff;
}
.liquidation .blue-box .text {
  font-size: 16px;
  line-height: 1.6;
}
.liquidation .blue-box .numer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.liquidation .blue-box .numer-wrapper .numer-item {
  margin-right: 150px;
}
.liquidation .blue-box .numer-wrapper .numer-item .numer-big {
  font-weight: bold;
  font-size: 30px;
  color: #E3E935;
  line-height: 30px;
}
.liquidation .blue-box .numer-wrapper .numer-item .tip {
  font-size: 14px;
  line-height: 1.6;
}
.liquidation .flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.liquidation .flex-content .flex-item {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
}
.liquidation .flex-content .flex-item:last-child {
  margin-right: 0;
}
.liquidation .flex-content .flex-item .item-tip {
  height: 80px;
}
.liquidation .flex-content .flex-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006EB6;
  font-size: 16px;
}
.liquidation .flex-content .flex-item a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.liquidation .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.liquidation .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.liquidation .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .liquidation .fz-20 {
    font-size: 14px;
    line-height: 1.6;
  }
  .liquidation .fz-16 {
    font-size: 12px;
    line-height: 1.6;
  }
  .liquidation .item-box .right-text .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .liquidation .item-box .right-text .title a {
    font-size: 16px;
    line-height: 1.6;
  }
  .liquidation .item-box .right-text .title .iconfont {
    font-size: 16px;
    margin-left: 6px;
  }
  .liquidation .item-box .right-text .info {
    font-size: 12px;
    line-height: 1.6;
  }
  .liquidation .blue-box {
    padding: 20px 10px;
  }
  .liquidation .blue-box .text {
    font-size: 12px;
    line-height: 1.6;
  }
  .liquidation .blue-box .numer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .liquidation .blue-box .numer-wrapper .numer-item {
    margin-right: 30px;
  }
  .liquidation .blue-box .numer-wrapper .numer-item .numer-big {
    font-size: 18px;
  }
  .liquidation .blue-box .numer-wrapper .numer-item .tip {
    font-size: 12px;
  }
  .liquidation .flex-content {
    display: block;
  }
  .liquidation .flex-content .flex-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .liquidation .flex-content .flex-item .item-tip {
    height: 40px;
  }
  .liquidation .flex-content .flex-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #006EB6;
    font-size: 12px;
  }
  .liquidation .flex-content .flex-item a::before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    margin-right: 4px;
    background: url(/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
    background-size: 100% auto;
  }
  .liquidation .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .liquidation .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .liquidation .concat-wrapper .tip {
    font-size: 12px;
  }
}
.risk-management {
  color: #5a6874;
}
.risk-management ul {
  list-style: disc;
  padding-left: 20px;
}
.risk-management .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}
.risk-management .fz-20 {
  font-size: 20px;
  line-height: 36px;
}
.risk-management .card3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.risk-management .card3 .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 20%;
  padding: 30px 20px;
  background: #112B49;
  margin-right: 30px;
}
.risk-management .card3 .card-item:last-child {
  margin-right: 0;
}
.risk-management .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.3);
}
.risk-management .item-box .left-line {
  width: 10px;
  margin-right: 20px;
  background: -webkit-linear-gradient(top, #38C6FF 0%, #066EB1 100%);
  background: linear-gradient(180deg, #38C6FF 0%, #066EB1 100%);
}
.risk-management .item-box .right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.risk-management .item-box .right-text .title {
  font-weight: 400;
  font-size: 24px;
  color: #112B4A;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.risk-management .item-box .right-text .title .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #38C6FF;
}
.risk-management .item-box .right-text .info {
  font-size: 16px;
  line-height: 30px;
  color: #5a6874;
}
.risk-management .item-box .right-text a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.risk-management .item-box .right-text a:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.risk-management .blue-box {
  padding: 40px 20px;
  background: #112B4A;
  color: #fff;
}
.risk-management .blue-box .third-title {
  color: #fff;
}
.risk-management .blue-box .text {
  font-size: 16px;
  line-height: 1.6;
}
.risk-management .blue-box .numer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.risk-management .blue-box .numer-wrapper .numer-item {
  margin-right: 150px;
}
.risk-management .blue-box .numer-wrapper .numer-item .numer-big {
  font-weight: bold;
  font-size: 30px;
  color: #E3E935;
  line-height: 30px;
}
.risk-management .blue-box .numer-wrapper .numer-item .tip {
  font-size: 14px;
  line-height: 1.6;
}
.risk-management .flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.risk-management .flex-content .flex-item {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
}
.risk-management .flex-content .flex-item:last-child {
  margin-right: 0;
}
.risk-management .flex-content .flex-item .item-tip {
  height: 80px;
}
.risk-management .flex-content .flex-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006EB6;
  font-size: 16px;
}
.risk-management .flex-content .flex-item a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.risk-management .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.risk-management .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.risk-management .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .risk-management .fz-20 {
    font-size: 14px;
    line-height: 1.6;
  }
  .risk-management .fz-16 {
    font-size: 12px;
    line-height: 1.6;
  }
  .risk-management .card3 {
    display: block;
  }
  .risk-management .card3 .card-item {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .risk-management .item-box .right-text .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .risk-management .item-box .right-text .title .iconfont {
    font-size: 16px;
    margin-left: 6px;
  }
  .risk-management .item-box .right-text .info {
    font-size: 12px;
    line-height: 1.6;
  }
  .risk-management .flex-content {
    display: block;
  }
  .risk-management .flex-content .flex-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .risk-management .flex-content .flex-item .item-tip {
    height: auto;
    margin-bottom: 10px;
  }
  .risk-management .flex-content .flex-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #006EB6;
    font-size: 12px;
  }
  .risk-management .flex-content .flex-item a::before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    margin-right: 4px;
    background: url(/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
    background-size: 100% auto;
  }
  .risk-management .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .risk-management .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .risk-management .concat-wrapper .tip {
    font-size: 12px;
  }
}
.clearing-transaction-schedule {
  color: #5a6874;
}
.clearing-transaction-schedule .fz-20 {
  font-size: 20px;
  line-height: 1.8;
  color: #5a6874;
}
.clearing-transaction-schedule .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}
.clearing-transaction-schedule .nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.clearing-transaction-schedule .nav-wrapper .nav-item {
  text-align: center;
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: solid 4px #EDEDED;
  font-weight: bold;
  font-size: 20px;
  color: #112B4A;
  cursor: pointer;
}
.clearing-transaction-schedule .nav-wrapper .nav-item.active {
  border-bottom-color: #006EB6;
}
.clearing-transaction-schedule .table-border {
  width: 100%;
  border: solid 1px #BEC7CB;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #5A6874;
}
.clearing-transaction-schedule .table-border th {
  background-color: #112B4A;
  color: #fff;
}
.clearing-transaction-schedule .table-border th,
.clearing-transaction-schedule .table-border td {
  border-left: 1px solid #BEC7CB;
  border-top: 1px solid #BEC7CB;
  padding: 14px 20px;
}
.clearing-transaction-schedule .table-border th ul,
.clearing-transaction-schedule .table-border td ul {
  padding-left: 20px;
  list-style: disc;
}
.clearing-transaction-schedule .table-border .td-center {
  vertical-align: middle;
}
.clearing-transaction-schedule .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.clearing-transaction-schedule .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.clearing-transaction-schedule .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
.clearing-transaction-schedule .active-content {
  display: none;
}
.clearing-transaction-schedule .active-content1 {
  display: block;
}
@media screen and (max-width: 500px) {
  .clearing-transaction-schedule .fz-20 {
    font-size: 14px;
    line-height: 1.6;
    color: #5a6874;
  }
  .clearing-transaction-schedule .fz-16 {
    font-size: 12px;
  }
  .clearing-transaction-schedule .nav-wrapper .nav-item {
    font-size: 10px;
  }
  .clearing-transaction-schedule .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .clearing-transaction-schedule .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .clearing-transaction-schedule .concat-wrapper .tip {
    font-size: 12px;
  }
}
